1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

fix yet another issue with indentation

This commit is contained in:
Jesse Duffield
2021-10-24 18:18:08 +11:00
parent 6457800748
commit b04b457246
2 changed files with 10 additions and 4 deletions

View File

@ -25,6 +25,11 @@ func TestWithPadding(t *testing.T) {
14,
"hello world ! ",
},
{
"Güçlü",
7,
"Güçlü ",
},
}
for _, s := range scenarios {