chore: make go vet happy.
This commit is contained in:
parent
93313422bd
commit
4f4e373877
6 changed files with 23 additions and 23 deletions
|
|
@ -199,7 +199,7 @@ func main() {
|
|||
case format:
|
||||
files, err = pathsFromArgs()
|
||||
if err != nil {
|
||||
logging.Fatal(err.Error())
|
||||
logging.Fatal("%s", err.Error())
|
||||
}
|
||||
err = aaFormat(files)
|
||||
case tree:
|
||||
|
|
@ -207,6 +207,6 @@ func main() {
|
|||
}
|
||||
|
||||
if err != nil {
|
||||
logging.Fatal(err.Error())
|
||||
logging.Fatal("%s", err.Error())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue