Skip to content

Commit 474921e

Browse files
committed
Remove extra blank line between thread-root placeholder and replies
The placeholder row for an omitted thread root was followed by an extra blank line, making the overflow view layout feel wobbly against the normal rendered-parent case. Drop the trailing blank so the first reply follows the placeholder directly.
1 parent 93d58ba commit 474921e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/slackcli/output.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def output_thread_text(
240240
replies = list(messages)
241241
placeholder_user = format_user_name(parent.user_name, parent.user_id)
242242
print(f"{parent.datetime_str} {placeholder_user} [thread root message omitted -- use --head to see it]")
243-
print()
244243
elif messages:
245244
parent = messages[0]
246245
replies = list(messages[1:])

0 commit comments

Comments
 (0)