X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fhs-test%2FMakefile;h=c50e681915a17d69f4ad4d3d2b2ff72187cf4a0c;hb=f3ee2b636ad3b12e7484ec6fb13f220699417046;hp=90265551c87e0ba1c43b5975eca52bc7677a30ed;hpb=c204c87c186993704927beffa4d5b1cafaf9a193;p=vpp.git diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index 90265551c87..c50e681915a 100755 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -7,4 +7,7 @@ build: docker: bash ./script/build.sh +fixstyle: + @gofmt -w . + .PHONY: docker