Skip to content

Commit 77e32fb

Browse files
committed
- remove superfolous newline in explicit task display
1 parent cd80df1 commit 77e32fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pmbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,7 @@ def pmbuild_profile_help(config, build_order):
13151315
explicit_tasks = []
13161316
for key in config:
13171317
if key not in build_order and key not in non_profiles:
1318-
explicit_tasks.append(" " * 8 + key + "\n")
1318+
explicit_tasks.append(" " * 8 + key)
13191319

13201320
if len(explicit_tasks) > 0:
13211321
print("")

0 commit comments

Comments
 (0)