From 1ca5ccd34877ad350c4c62086fae58143031cf72 Mon Sep 17 00:00:00 2001 From: ia Date: Wed, 13 Jun 2018 22:21:29 +0200 Subject: [PATCH] all: gofmt Run standard gofmt command on project root. --- cmd/schroedinger/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/schroedinger/main.go b/cmd/schroedinger/main.go index a701c36..75be332 100644 --- a/cmd/schroedinger/main.go +++ b/cmd/schroedinger/main.go @@ -2,8 +2,8 @@ package main import ( "flag" - "log" "github.com/ETCDEVTeam/go-schroedinger" + "log" ) // tests should be specified with lines of the form: @@ -39,4 +39,4 @@ func main() { log.Fatal("whitelist cannot match blacklist") } schroedinger.Run(testsFile, whitelistMatch, blacklistMatch, trialsAllowed) -} \ No newline at end of file +}