sort imports

This commit is contained in:
Alessio Treglia
2020-11-30 16:39:19 +00:00
parent a8a68b8ce0
commit 8b094eb6ff

View File

@@ -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 {