Skip to content

Commit deeaed0

Browse files
committed
fixup! Remove commitStatusChar option and fix double space issue
1 parent 6ea35f4 commit deeaed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gui/presentation/commits.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ func displayCommit(
321321
hashString = hashColor.Sprint(commit.Hash)
322322
} else if hashLength > 0 {
323323
hashString = hashColor.Sprint(commit.Hash[:hashLength])
324-
} else if !icons.IsIconEnabled() { // hashLength == 0
324+
} else if !icons.IsIconEnabled() { // hashLength <= 0
325325
hashString = hashColor.Sprint("*")
326326
}
327327

0 commit comments

Comments
 (0)