From d3df6b7f8fca6e12940c78019ea4ce7aa185d6d6 Mon Sep 17 00:00:00 2001 From: Alirie Gray Date: Tue, 3 Jul 2018 11:01:21 -0700 Subject: [PATCH] Fix spacing in internal.proto Co-authored-by: Jared Scheib --- bolt/internal/internal.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bolt/internal/internal.proto b/bolt/internal/internal.proto index c59bef9839..4ef43786f5 100644 --- a/bolt/internal/internal.proto +++ b/bolt/internal/internal.proto @@ -208,7 +208,7 @@ message Organization { message Config { AuthConfig Auth = 1; // Auth is the configuration for options that auth related - LogViewerUIConfig LogViewer = 2; // LogViewerUI is the configuration for the Log Viewer UI + LogViewerUIConfig LogViewer = 2; // LogViewerUI is the configuration for the Log Viewer UI } message AuthConfig {