Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 2, 2023
1 parent 5b15eee commit 6c25167
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ export default function PullRequestIssueInfo({
{title}
</a>
<div className="sub_heading">
<span className="opened_num">#{number}</span>
{" "}
<span className="opened_by">by {openedBy}</span>
{" "}
<span className="opened_num">#{number}</span>{' '}
<span className="opened_by">by {openedBy}</span>{' '}
<span className="opened_day">
{buildPrIssueResolution(state)} {format(new Date(created_at), 'MMM dd')}
</span>
Expand Down

0 comments on commit 6c25167

Please sign in to comment.