Skip to content

Commit d5798e5

Browse files
fix: format
1 parent 625763b commit d5798e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/shared/tests/test_suggestion_caching.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ def test_maintainers_come_from_rolling_release_channel(
102102
and stable-only maintainers must never appear.
103103
"""
104104
stable_channel = make_channel(
105-
channel_branch="nixos-26.05-small",
106-
branch=make_branch(name="release-26.05")
105+
channel_branch="nixos-26.05-small", branch=make_branch(name="release-26.05")
107106
)
108107
rolling_channel = make_channel(
109108
channel_branch="nixos-unstable",

0 commit comments

Comments
 (0)