Skip to content

Commit

Permalink
fixup! Remove commitStatusChar option and fix double space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaller committed Apr 27, 2024
1 parent 6ea35f4 commit deeaed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gui/presentation/commits.go
Expand Up @@ -321,7 +321,7 @@ func displayCommit(
hashString = hashColor.Sprint(commit.Hash)
} else if hashLength > 0 {
hashString = hashColor.Sprint(commit.Hash[:hashLength])
} else if !icons.IsIconEnabled() { // hashLength == 0
} else if !icons.IsIconEnabled() { // hashLength <= 0
hashString = hashColor.Sprint("*")
}

Expand Down

0 comments on commit deeaed0

Please sign in to comment.