treefmt-check
checks.aarch64-darwin.treefmt
· build #264
· raw
1treefmt v2.5.0traversed 295 files2emitted 245 files for processing3formatted 245 files (1 changed) in 853ms4 M nixbot/nixbot/web/templates/build.html5diff --git a/nixbot/nixbot/web/templates/build.html b/nixbot/nixbot/web/templates/build.html6index b38edb7..9cf9481 1006447--- a/nixbot/nixbot/web/templates/build.html8+++ b/nixbot/nixbot/web/templates/build.html9@@ -140,8 +140,8 @@10 {{ status_icon(effects_status, labelled=false) }}Effects11 <span id="effects-status" class="status {{ effects_status }}">12 {{- "not run for pull requests" if effects_status == "skipped" and build.pr_number13- else "not run on this branch" if effects_status == "skipped"14- else effects_status -}}15+ else "not run on this branch" if effects_status == "skipped"16+ else effects_status -}}17 </span>18 </h2>19 {% if can_control and build.status == "succeeded" and effects_status != "skipped" %}