Skip to content

Commit 3fbf96f

Browse files
chore: fix lint
1 parent 7c39ad2 commit 3fbf96f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

templates/repo/diff/section_split.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
<div class="lines-comment">
2222
<div>
2323
{{if $line.SectionInfo.HasComments}}
24-
<button>
25-
{{svg "octicon-comment-discussion"}}
26-
</button>
24+
<button>
25+
{{svg "octicon-comment-discussion"}}
26+
</button>
2727
{{end}}
2828
</div>
2929
<div class="code-expander-buttons" data-expand-direction="{{$expandDirection}}">

templates/repo/diff/section_unified.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<div class="lines-comment">
1818
<div>
1919
{{if $line.SectionInfo.HasComments}}
20-
<button>
21-
{{svg "octicon-comment-discussion"}}
22-
</button>
20+
<button>
21+
{{svg "octicon-comment-discussion"}}
22+
</button>
2323
{{end}}
2424
</div>
2525
<div class="code-expander-buttons" data-expand-direction="{{$expandDirection}}">

0 commit comments

Comments
 (0)