hs-test: fix code style
[vpp.git] / extras / hs-test / Makefile
index 9026555..c50e681 100755 (executable)
@@ -7,4 +7,7 @@ build:
 docker:
        bash ./script/build.sh
 
+fixstyle:
+       @gofmt -w .
+
 .PHONY: docker