Skip to content

Commit 3fc75e0

Browse files
committed
Time ago tweak
1 parent 546ffa0 commit 3fc75e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Classes/GitXRelativeDateFormatter.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ - (NSString *)stringForObjectValue:(id)date
2929
if (secondsAgo < 0)
3030
return @"Future";
3131

32-
if (secondsAgo < MINUTE)
33-
return @"s";
34-
3532
if (secondsAgo < (2 * MINUTE))
3633
return @"1 mn";
3734

0 commit comments

Comments
 (0)