summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-19 23:31:26 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-19 23:31:26 -0400
commit108815c790bc92e96ddf53ec3cf5b5afc71fd2b4 (patch)
tree7b5efa57409d68fe79b2812597e81644753cd266
parent5c65066cbb27eac0e9cc2dd19354d6889c052406 (diff)
Add missing brace
-rw-r--r--pkg/utils/utils_test.go1
1 files changed, 1 insertions, 0 deletions
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)
}
+ }
}