Skip to content

Commit 0b15545

Browse files
committed
fix: fix formatting
1 parent dd816d7 commit 0b15545

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gitbug/bug.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,10 @@ def info(self) -> str:
346346
```
347347
348348
### Failing Tests
349-
""" + "\n".join(f"- {test['classname']}#{test['name']}\n\t- {test['results'][0]['type']}\n\t- {test['results'][0]['message']}" for test in failing_tests)
350-
349+
""" + "\n".join(
350+
f"- {test['classname']}#{test['name']}\n\t- {test['results'][0]['type']}\n\t- {test['results'][0]['message']}"
351+
for test in failing_tests
352+
)
351353

352354
def __str__(self) -> str:
353355
return self.bid

0 commit comments

Comments
 (0)