From f3ee2b636ad3b12e7484ec6fb13f220699417046 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Mon, 9 Jan 2023 12:07:09 +0100 Subject: 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 Change-Id: Icba60633f82aa8bbc75749f080e00f0375b55a18 --- extras/hs-test/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extras/hs-test/Makefile') 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 -- cgit 1.2.3-korg