.builds: fix go fmt test and go fmt -w -s .

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-11-05 12:50:07 +01:00
parent 900acc08a1
commit 4719d56f86
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ tasks:
go test -race ./...
- check_gofmt: |
cd gio
test -z $(gofmt -s -l .)
test -z "$(gofmt -s -l .)"