1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

Add missing brace

This commit is contained in:
Tommy Nguyen
2018-08-19 23:31:26 -04:00
parent 5c65066cbb
commit 108815c790

View File

@ -111,3 +111,4 @@ func TestNormalizeLinefeeds(t *testing.T) {
t.Error("Expected " + expected + ", got " + input)
}
}
}