From 7cd6449744a7a095d503cfa8ff37bc9b93dd9884 Mon Sep 17 00:00:00 2001 From: "deepsource-dev-autofix[bot]" <61578317+deepsource-dev-autofix[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 08:53:23 +0000 Subject: [PATCH] style: format code with gofumpt Format code with gofumpt This commit fixes the style issues introduced in 19a9f4c according to the output from Gofumpt. Details: https://app.deepsource.one/gh/akshit-deepsource/demo-go/transform/a4387622-9529-410f-9ced-cafd6604eda3/ --- hex_example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hex_example.go b/hex_example.go index 9f76462..8ef8867 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) || false