From 108815c790bc92e96ddf53ec3cf5b5afc71fd2b4 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Sun, 19 Aug 2018 23:31:26 -0400 Subject: [PATCH] Add missing brace --- pkg/utils/utils_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/utils/utils_test.go b/pkg/utils/utils_test.go index ffc753fd4..047ed9fb9 100644 --- a/pkg/utils/utils_test.go +++ b/pkg/utils/utils_test.go @@ -110,4 +110,5 @@ func TestNormalizeLinefeeds(t *testing.T) { if input != expected { t.Error("Expected " + expected + ", got " + input) } + } }