diff options
Diffstat (limited to 'extras/hs-test/Makefile')
-rw-r--r-- | extras/hs-test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index cd3a284208f..2bb6db951cb 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -8,5 +8,6 @@ docker: fixstyle: @gofmt -w . + @go mod tidy .PHONY: docker |