Fix spacing in internal.proto
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>pull/3806/head
parent
571bca7743
commit
5ffe4fe6f0
|
@ -208,7 +208,7 @@ message Organization {
|
||||||
|
|
||||||
message Config {
|
message Config {
|
||||||
AuthConfig Auth = 1; // Auth is the configuration for options that auth related
|
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 {
|
message AuthConfig {
|
||||||
|
|
Loading…
Reference in New Issue