Skip to content

Commit 310f033

Browse files
committed
STY: add indentation to if conditionals
Indentation to distinguish clauses in the if conditional from the if block.
1 parent 603f06f commit 310f033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ def run(self):
194194
else:
195195
good_packages.append(package)
196196
if (isinstance(package, setupext.OptionalBackendPackage)
197-
and package.runtime_check()
198-
and default_backend is None):
197+
and package.runtime_check()
198+
and default_backend is None):
199199
default_backend = package.name
200200
print_raw('')
201201

0 commit comments

Comments
 (0)