Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
justgigio committed Nov 8, 2023
1 parent 4f3216d commit 3166853
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/awesome_git_mosaic/usecases/write_mosaic.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def write(
timestamps: list[datetime] = []
if background:
bgstr = " " * (len(message) * multiply)
timestamps += self.git_mosaic_adapter.output(
bgstr, None, with_spaces, True
)
timestamps += self.git_mosaic_adapter.output(bgstr, None, with_spaces, True)

Check warning on line 57 in src/awesome_git_mosaic/usecases/write_mosaic.py

View check run for this annotation

Codecov / codecov/patch

src/awesome_git_mosaic/usecases/write_mosaic.py#L57

Added line #L57 was not covered by tests

for _ in range(strength):
timestamps += self.git_mosaic_adapter.output(
Expand Down

0 comments on commit 3166853

Please sign in to comment.