Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit e01b57a

Browse files
authored
add extra space for label events (#1751)
1 parent 74b6e8a commit e01b57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Issues/Labeled/IssueLabeledModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ final class IssueLabeledModel: ListDiffable {
7171
]
7272
)))
7373
.restore()
74-
.add(text: " \(date.agoString)", attributes: [MarkdownAttribute.details: DateDetailsFormatter().string(from: date)])
74+
.add(text: " \(date.agoString)", attributes: [MarkdownAttribute.details: DateDetailsFormatter().string(from: date)])
7575

7676
self.string = StyledTextRenderer(
7777
string: builder.build(),

0 commit comments

Comments
 (0)