run go fmt

This commit is contained in:
raziman 2021-02-19 10:25:01 +08:00
parent d0bac491c6
commit be97544e8b

View File

@ -394,7 +394,7 @@ func searchPopup(title string, stringsToMatch []string, handler func(selected st
matchrune := []rune(match.Str)
matchruneIndexes := match.MatchedIndexes
for i := 0; i < len(match.MatchedIndexes); i++ {
matchruneIndexes[i] =
matchruneIndexes[i] =
utf8.RuneCountInString(match.Str[0:match.MatchedIndexes[i]])
}
for i := 0; i < len(matchrune); i++ {