Skip to content

Commit 8d132e5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 44d5725 commit 8d132e5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/cpac/backends/container_platform.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,11 @@ def _load_logging(self):
354354
textwrap.indent(
355355
tabulate(
356356
table.applymap(
357-
lambda x: ("\n".join(textwrap.wrap(x, 42)))
358-
if isinstance(x, str)
359-
else x
357+
lambda x: (
358+
("\n".join(textwrap.wrap(x, 42)))
359+
if isinstance(x, str)
360+
else x
361+
)
360362
),
361363
headers="keys",
362364
showindex=False,

0 commit comments

Comments
 (0)