Skip to content

Commit 8e4dd7e

Browse files
committed
forge--insert-topic: Adapt to change in magit
1 parent f436c2b commit 8e4dd7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/forge-topic.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,8 +1153,7 @@ what subset of KIND is being listed."
11531153
(insert "\n")
11541154
(magit-log-format-author-margin
11551155
(oref topic author)
1156-
(format-time-string "%s" (parse-iso8601-time-string (oref topic created)))
1157-
t)
1156+
(format-time-string "%s" (parse-iso8601-time-string (oref topic created))))
11581157
(when (and (slot-exists-p topic 'merged)
11591158
(not (oref topic merged)))
11601159
(magit-insert-heading)

0 commit comments

Comments
 (0)