Skip to content

Commit 8de2a6b

Browse files
committed
Appease linter
1 parent 5487883 commit 8de2a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/settings/webhook/new.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/matrix.svg">
2828
{{else if eq .HookType "wechatwork"}}
2929
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/wechatwork.png">
30-
{{else if eq .HookType "packagist"}}
30+
{{else if eq .HookType "packagist"}}
3131
<img width="26" height="26" src="{{AssetUrlPrefix}}/img/packagist.png">
32-
{{else if eq .HookType "custom"}}
32+
{{else if eq .HookType "custom"}}
3333
<img width="26" height="26" src="{{$.BaseLink}}/{{.CustomHook.ID}}/image">
3434
{{end}}
3535
</div>

0 commit comments

Comments
 (0)