mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
update linters
This commit is contained in:
@ -65,7 +65,7 @@ func TestNormalizeLinefeeds(t *testing.T) {
|
||||
byteArray []byte
|
||||
expected []byte
|
||||
}
|
||||
var scenarios = []scenario{
|
||||
scenarios := []scenario{
|
||||
{
|
||||
// \r\n
|
||||
[]byte{97, 115, 100, 102, 13, 10},
|
||||
|
Reference in New Issue
Block a user