Browse Source

Small whitespace fix on setting file

Ricky Niemi 9 years ago
parent
commit
0b48e48e3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/setting/setting.go

+ 1 - 1
pkg/setting/setting.go

@@ -65,7 +65,7 @@ var (
 	SshPort            int
 	CertFile, KeyFile  string
 	RouterLogging      bool
-	DataProxyLogging       bool
+	DataProxyLogging   bool
 	StaticRootPath     string
 	EnableGzip         bool
 	EnforceDomain      bool