mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
sort imports
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user