From 420186bec4893e01ae5c193ef16218dc48aa1277 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 20 Nov 2022 17:55:10 +0200 Subject: [PATCH] Update helper.py --- octosuite/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octosuite/helper.py b/octosuite/helper.py index da40cc4..0bb917b 100644 --- a/octosuite/helper.py +++ b/octosuite/helper.py @@ -171,5 +171,5 @@ class Help: help_cmd_table.add_row("source", "List all source code download commands (for developers)") syntax = f"{green}help:{reset}" - xprint(f"\n{Help.usageText.format(syntax, 'octosuite')}") + xprint(f"{Help.usageText.format(syntax, 'octosuite')}") xprint(help_cmd_table)