Skip to content

Commit 2282ef5

Browse files
committed
fix lint errors
1 parent 240beed commit 2282ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/package/content/arch.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<div class="ui form">
55
<div class="field">
66
<label>{{svg "octicon-gear"}} {{ctx.Locale.Tr "packages.arch.registry"}}</label>
7-
<div class="markup"><pre class="code-block"><code>{{ range $i, $repo := .Repositories }}{{ if $i }}
8-
{{ end }}[{{ $repo }}]
7+
<div class="markup"><pre class="code-block"><code>{{range $i, $repo := .Repositories}}{{if $i}}
8+
{{end}}[{{$repo}}]
99
SigLevel = Optional TrustAll
1010
Server = <origin-url data-url="{{AppSubUrl}}/api/packages/{{$.PackageDescriptor.Owner.Name}}/arch/$repo/$arch"></origin-url>
11-
{{ end }}</code></pre></div>
11+
{{end}}</code></pre></div>
1212
</div>
1313
<div class="field">
1414
<label>{{svg "octicon-sync"}} {{ctx.Locale.Tr "packages.arch.install"}}</label>

0 commit comments

Comments
 (0)