From 88d60c9807c2b32fbc09cd05061d2ab30a00b335 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Fri, 18 Nov 2016 13:27:44 -0600 Subject: [PATCH] Fix tab spacing in protobuf and swagger --- bolt/internal/internal.proto | 2 +- server/swagger.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bolt/internal/internal.proto b/bolt/internal/internal.proto index 13ef8092d..e3dc2ecec 100644 --- a/bolt/internal/internal.proto +++ b/bolt/internal/internal.proto @@ -19,7 +19,7 @@ message Source { string Password = 5; string URL = 6; // URL are the connections to the source bool Default = 7; // Flags an exploration as the default. - string Telegraf = 8; // Telegraf is the db telegraf is written to. By default it is "telegraf" + string Telegraf = 8; // Telegraf is the db telegraf is written to. By default it is "telegraf" } message Server { diff --git a/server/swagger.json b/server/swagger.json index b0f072d41..6f14c52f3 100644 --- a/server/swagger.json +++ b/server/swagger.json @@ -1481,11 +1481,11 @@ "type": "boolean", "description": "Indicates whether this source is the default source" }, - "telegraf": { - "type": "string", - "description": "Database where telegraf information is stored for this source", - "default": "telegraf" - }, + "telegraf": { + "type": "string", + "description": "Database where telegraf information is stored for this source", + "default": "telegraf" + }, "links": { "type": "object", "properties": {