Add missing brace

This commit is contained in:
Tommy Nguyen 2018-08-19 23:31:26 -04:00
parent 5c65066cbb
commit 108815c790
No known key found for this signature in database
GPG key ID: DB7FA8161647D196

View file

@ -110,4 +110,5 @@ func TestNormalizeLinefeeds(t *testing.T) {
if input != expected {
t.Error("Expected " + expected + ", got " + input)
}
}
}