Run go fmt (#7823)

This commit is contained in:
Jim Kalafut
2019-11-07 08:54:34 -08:00
committed by GitHub
parent 15f3e122f3
commit cb178b7e4f
31 changed files with 294 additions and 284 deletions

View File

@@ -11,7 +11,7 @@ func TestLoadConfigFile(t *testing.T) {
}
func TestLoadConfigFile_topLevel(t *testing.T) {
testLoadConfigFile_topLevel(t,nil)
testLoadConfigFile_topLevel(t, nil)
}
func TestLoadConfigFile_json(t *testing.T) {
@@ -19,7 +19,7 @@ func TestLoadConfigFile_json(t *testing.T) {
}
func TestLoadConfigFile_json2(t *testing.T) {
testLoadConfigFile_json2(t,nil)
testLoadConfigFile_json2(t, nil)
}
func TestLoadConfigDir(t *testing.T) {
@@ -34,6 +34,6 @@ func TestParseListeners(t *testing.T) {
testParseListeners(t)
}
func TestParseEntropy(t *testing.T){
testParseEntropy(t,true)
}
func TestParseEntropy(t *testing.T) {
testParseEntropy(t, true)
}