chore: fix eof, indention style and trailing whitespace

It was failing frontend and backend linters

Please install editorconfig
This commit is contained in:
0ko 2025-08-05 11:39:19 +05:00 committed by iamyaash
commit 3c2c989d35
3 changed files with 3 additions and 3 deletions

View file

@ -49,4 +49,4 @@
{{end}}
{{end}}
{{template "base/paginate" .}}
{{template "base/paginate" .}}

View file

@ -86,7 +86,7 @@
{{end}}
{{$commitShaLink := (printf "%s/pulls/%d/commits/%s" $commitRepoLink $.Issue.Index (PathEscape .ID.String))}}
<button data-clipboard-text="{{.ID}}" class="{{$class}}">
<span class="tw-m-2">{{svg "octicon-copy" 18}} {{ctx.Locale.Tr "copy"}}</span>
<span class="tw-m-2">{{svg "octicon-copy" 18}} {{ctx.Locale.Tr "copy"}}</span>
<span class="shortsha">{{ShortSha .ID.String}}</span>
<span class="badge">{{if .Signature}}{{template "repo/shabox_badge" dict "root" $ "verification" .Verification}}{{end}}</span>
</button>

View file

@ -2814,7 +2814,7 @@ tbody.commit-list {
grid-column: 1;
justify-self: left;
}
.commit-timeline .mobile-btn {
display: grid;
grid-row: 3;