From e108c569337dddae98453c0ac1d2931819b4f56a Mon Sep 17 00:00:00 2001 From: Cosmin Cojocar Date: Wed, 18 Oct 2023 11:55:38 +0200 Subject: [PATCH] Format the file Signed-off-by: Cosmin Cojocar --- analyzer_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/analyzer_test.go b/analyzer_test.go index f220f08aaf..7622b3e7d1 100644 --- a/analyzer_test.go +++ b/analyzer_test.go @@ -850,6 +850,5 @@ func main() { Expect(issues[0].Suppressions[0].Kind).To(Equal("inSource")) Expect(issues[0].Suppressions[0].Justification).To(Equal("false positive, this is not a private data")) }) - }) })