Skip to content

Commit

Permalink
Merge pull request #712 from pwntester/remove-single-quote
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Dec 14, 2024
2 parents 47d7467 + cb6ded6 commit 7241a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/octo/ui/writers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,7 @@ function M.write_commit_event(bufnr, item)
end
table.insert(vt, { " added ", "OctoTimelineItemHeading" })
table.insert(vt, { item.commit.abbreviatedOid, "OctoDetailsLabel" })
table.insert(vt, { " '", "OctoTimelineItemHeading" })
table.insert(vt, { " ", "OctoTimelineItemHeading" })
table.insert(vt, { item.commit.messageHeadline, "OctoDetailsLabel" })
table.insert(vt, { " " .. utils.format_date(item.createdAt), "OctoDate" })
write_event(bufnr, vt)
Expand Down

0 comments on commit 7241a11

Please sign in to comment.