nixbot

builds

failed treefmt-check checks.aarch64-darwin.treefmt · build #353 · raw

1treefmt v2.5.0traversed 324 files2emitted 265 files for processing3formatted 265 files (1 changed) in 954ms4 M README.md5 M nixbot/nixbot/web/app.py6diff --git a/README.md b/README.md7index c4ceaef..2de6150 1006448--- a/README.md9+++ b/README.md10@@ -164,8 +164,8 @@ For private repositories, use the public badge URL shown on the repository page:11 https://<nixbot-host>/badge/<token>.svg12 ```13 14-Both report the default branch unless `?branch=<name>` is added. Embed the public15-badge with:16+Both report the default branch unless `?branch=<name>` is added. Embed the17+public badge with:18 19 ```markdown20 [![nixbot](https://<nixbot-host>/badge/<token>.svg)](https://<nixbot-host>/repos/<forge>/<owner>/<repo>)21diff --git a/nixbot/nixbot/web/app.py b/nixbot/nixbot/web/app.py22index e95fd05..e33f5e7 10064423--- a/nixbot/nixbot/web/app.py24+++ b/nixbot/nixbot/web/app.py25@@ -392,9 +392,7 @@ class _PageRoutes:26 repository_badge_markdown=self._badge_markdown(27 request, project, public=False28 ),29- public_badge_markdown=self._badge_markdown(30- request, project, public=True31- ),32+ public_badge_markdown=self._badge_markdown(request, project, public=True),33 )34 35 def _badge_markdown(