diff --git a/config/toml.go b/config/toml.go index 3df7051ee..9541d43ce 100644 --- a/config/toml.go +++ b/config/toml.go @@ -3,12 +3,13 @@ package config import ( "bytes" "fmt" - tmos "github.com/tendermint/tendermint/libs/os" "io/ioutil" "os" "path/filepath" "strings" "text/template" + + tmos "github.com/tendermint/tendermint/libs/os" ) // DefaultDirPerm is the default permissions used when creating directories. @@ -509,7 +510,6 @@ func mustWriteFileHelper(t T, filePath string, contents []byte, mode os.FileMode } } - /****** these are for test settings ***********/ func ResetTestRoot(testName string) *Config {