Skip to content

Commit 1c69399

Browse files
committed
Blank line before the OK message too
1 parent 860ed4a commit 1c69399

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tools/build/smelly.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,9 @@ def main():
167167
if symbol.is_smelly:
168168
smelly_symbols.append(symbol)
169169

170+
print()
171+
170172
if smelly_symbols:
171-
print()
172173
print(f"Found {len(smelly_symbols)} smelly symbols in total!")
173174
for symbol in sorted(smelly_symbols):
174175
print(f" - {symbol.name} from {symbol.library.path}")

0 commit comments

Comments
 (0)