tribuchet: building on jamie treefmt v2.5.0traversed 324 files emitted 265 files for processing formatted 265 files (1 changed) in 8.526s M README.md M nixbot/nixbot/web/app.py diff --git a/README.md b/README.md index c4ceaef..2de6150 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ For private repositories, use the public badge URL shown on the repository page: https:///badge/.svg ``` -Both report the default branch unless `?branch=` is added. Embed the public -badge with: +Both report the default branch unless `?branch=` is added. Embed the +public badge with: ```markdown [![nixbot](https:///badge/.svg)](https:///repos///) diff --git a/nixbot/nixbot/web/app.py b/nixbot/nixbot/web/app.py index e95fd05..e33f5e7 100644 --- a/nixbot/nixbot/web/app.py +++ b/nixbot/nixbot/web/app.py @@ -392,9 +392,7 @@ class _PageRoutes: repository_badge_markdown=self._badge_markdown( request, project, public=False ), - public_badge_markdown=self._badge_markdown( - request, project, public=True - ), + public_badge_markdown=self._badge_markdown(request, project, public=True), ) def _badge_markdown(