summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/Makefile
diff options
context:
space:
mode:
authorFilip Tehlar <ftehlar@cisco.com>2023-01-09 12:07:09 +0100
committerFilip Tehlar <ftehlar@cisco.com>2023-01-09 12:14:23 +0100
commitf3ee2b636ad3b12e7484ec6fb13f220699417046 (patch)
tree20a2f6a1a0b42d0306e947b9b19f6861df5dbb92 /extras/hs-test/Makefile
parentc204c87c186993704927beffa4d5b1cafaf9a193 (diff)
hs-test: fix code style
This will add a new target (fixstyle) to Makefile that runs gofmt tool. Type: style Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Icba60633f82aa8bbc75749f080e00f0375b55a18
Diffstat (limited to 'extras/hs-test/Makefile')
-rwxr-xr-xextras/hs-test/Makefile3
1 files changed, 3 insertions, 0 deletions
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