mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Add missing brace
This commit is contained in:
parent
5c65066cbb
commit
108815c790
|
|
@ -110,4 +110,5 @@ func TestNormalizeLinefeeds(t *testing.T) {
|
|||
if input != expected {
|
||||
t.Error("Expected " + expected + ", got " + input)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue