nixbot

builds

failed treefmt-check checks.x86_64-linux.treefmt · build #353 · raw

1tribuchet: building on jamie2treefmt v2.5.0traversed 324 files3emitted 265 files for processing4formatted 265 files (1 changed) in 8.526s5 M README.md6 M nixbot/nixbot/web/app.py7diff --git a/README.md b/README.md8index c4ceaef..2de6150 1006449--- a/README.md10+++ b/README.md11@@ -164,8 +164,8 @@ For private repositories, use the public badge URL shown on the repository page:12 https://<nixbot-host>/badge/<token>.svg13 ```14 15-Both report the default branch unless `?branch=<name>` is added. Embed the public16-badge with:17+Both report the default branch unless `?branch=<name>` is added. Embed the18+public badge with:19 20 ```markdown21 [![nixbot](https://<nixbot-host>/badge/<token>.svg)](https://<nixbot-host>/repos/<forge>/<owner>/<repo>)22diff --git a/nixbot/nixbot/web/app.py b/nixbot/nixbot/web/app.py23index e95fd05..e33f5e7 10064424--- a/nixbot/nixbot/web/app.py25+++ b/nixbot/nixbot/web/app.py26@@ -392,9 +392,7 @@ class _PageRoutes:27 repository_badge_markdown=self._badge_markdown(28 request, project, public=False29 ),30- public_badge_markdown=self._badge_markdown(31- request, project, public=True32- ),33+ public_badge_markdown=self._badge_markdown(request, project, public=True),34 )35 36 def _badge_markdown(