Skip to content

Commit b7bdc8c

Browse files
committed
Avoid 800+ blank lines in registry JSON file
1 parent 6f2df15 commit b7bdc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/ecosystem/registry.json.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
{{ end -}}
1414
{{ $entry = merge $entry (dict "_key" $key "id" $counter "flags" $flags) -}}
1515
{{ $entries = $entries | append $entry -}}
16-
{{ $counter = add $counter 1 }}
16+
{{ $counter = add $counter 1 -}}
1717
{{ end -}}
1818
{{ jsonify (dict "indent" " ") $entries -}}

0 commit comments

Comments
 (0)