Skip to content

Commit 2ffe652

Browse files
committed
style(tests/fixtures/opencode): ruff format build_fixture.py with 0.4.x
Missed in the previous format pass (f94e3fe) — only touched the two top-level files. CI's `ruff format --check .` scans the whole tree and caught it. Whitespace-only changes.
1 parent 18ab021 commit 2ffe652

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/fixtures/opencode/sample_session_2026_05_12/build_fixture.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@ def build_fixture(
238238
),
239239
SyntheticMessage(
240240
role="user",
241-
parts=[
242-
SyntheticPart(text="And how do I invalidate the query cache after?")
243-
],
241+
parts=[SyntheticPart(text="And how do I invalidate the query cache after?")],
244242
),
245243
SyntheticMessage(
246244
role="assistant",

0 commit comments

Comments
 (0)