From 5ffe4fe6f000f75e8e566e721988cc75233e5c49 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 c59bef983..4ef43786f 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 {