diff --git a/pkg/gui/presentation/files.go b/pkg/gui/presentation/files.go index 5cf312c55..96fdbaa1f 100644 --- a/pkg/gui/presentation/files.go +++ b/pkg/gui/presentation/files.go @@ -45,7 +45,7 @@ func GetFileLine(hasUnstagedChanges bool, hasStagedChanges bool, name string, di output = firstCharCl.Sprint(firstChar) output += secondCharCl.Sprint(secondChar) - output += " " + output += restColor.Sprint(" ") } output += restColor.Sprint(name)