From 8b094eb6ffe9437147c66b232f348a142574fc4e Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Mon, 30 Nov 2020 16:39:19 +0000 Subject: [PATCH] sort imports --- config/toml.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {