treefmt-check
checks.aarch64-darwin.treefmt
· build #290
· raw
1treefmt v2.5.0traversed 298 files2emitted 247 files for processing3formatted 247 files (0 changed) in 841ms4 M nixbot/nixbot/web/templating.py5diff --git a/nixbot/nixbot/web/templating.py b/nixbot/nixbot/web/templating.py6index 936c90c..d13dfc7 1006447--- a/nixbot/nixbot/web/templating.py8+++ b/nixbot/nixbot/web/templating.py9@@ -86,7 +86,7 @@ def eval_stats(row: dict[str, Any]) -> str:10 """Empty when nix-eval-jobs reported no stats for the attribute."""11 if row.get("eval_wall_ms") is None:12 return ""13- return f"eval {format_ms(row["eval_wall_ms"])} · {format_bytes(row["eval_alloc_bytes"])} allocated"14+ return f"eval {format_ms(row['eval_wall_ms'])} · {format_bytes(row['eval_alloc_bytes'])} allocated"15 16 17 def _forge_base(project: dict[str, Any]) -> str | None: