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:
@ -110,4 +110,5 @@ func TestNormalizeLinefeeds(t *testing.T) {
|
|||||||
if input != expected {
|
if input != expected {
|
||||||
t.Error("Expected " + expected + ", got " + input)
|
t.Error("Expected " + expected + ", got " + input)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user