mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Run black on express/
This commit is contained in:
@@ -26,7 +26,7 @@ def indent(n, s):
|
||||
else:
|
||||
strs = s
|
||||
splitted = itertools.chain.from_iterable(map(functools.partial(str.split, sep="\n"), map(str, strs)))
|
||||
return "\n".join(" "*n + l for l in splitted)
|
||||
return "\n".join(" " * n + l for l in splitted)
|
||||
|
||||
|
||||
class Base:
|
||||
|
||||
Reference in New Issue
Block a user