Skip to content

Commit e6e7d52

Browse files
authored
🌌 [just] fix spacing for editorconfig in www-chicks-net (#45)
1 parent 08b7b0c commit e6e7d52

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.just/gh-process.just

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,10 +218,10 @@ pr_update: _on_a_pull_request
218218
if [ ! -s "$other_sections" ]; then
219219
# look for content after the Done section's commit list
220220
awk 'BEGIN {in_done=0; after_done=0; empty_count=0}
221-
/^## Done/ {in_done=1; next}
222-
in_done && /^$/ {empty_count++; if (empty_count >= 2) after_done=1; next}
223-
in_done && /^- / {next}
224-
after_done {print}' "$bodyfile" > "$other_sections"
221+
/^## Done/ {in_done=1; next}
222+
in_done && /^$/ {empty_count++; if (empty_count >= 2) after_done=1; next}
223+
in_done && /^- / {next}
224+
after_done {print}' "$bodyfile" > "$other_sections"
225225
fi
226226

227227
# combine new Done section with preserved sections

0 commit comments

Comments
 (0)