From 41aec3c86bcaecb82f49eb326a27cd94c41076f3 Mon Sep 17 00:00:00 2001 From: "deepsource-totalanarchy[bot]" <107136100+deepsource-totalanarchy[bot]@users.noreply.github.com> Date: Tue, 11 Jul 2023 08:08:04 +0000 Subject: [PATCH] style: format code with gofumpt Format code with gofumpt This commit fixes the style issues introduced in e0beb76 according to the output from Gofumpt. Details: https://enterprise.deepsource.icu/gh/akshit-deepsource/demo-go/transform/f89a4aea-93c1-4c01-b9a3-9e955744fe30/ --- hex_example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex_example.go b/hex_example.go index 1f0fd7b..dc3880e 100644 --- a/hex_example.go +++ b/hex_example.go @@ -4,7 +4,7 @@ func HexLiteral() bool { x := 0xFff y := 0xFFF z := 0xfff - + _ = "AKIAIOSFODNN73943434" return (x == y) && (y == z)