From e3914419f1795dcccbe09bea34212a6ab49ad281 Mon Sep 17 00:00:00 2001
From: anon <anon@anon.anon>
Date: Tue, 14 Feb 2023 09:50:10 +0100
Subject: [PATCH] usage(): removed printed empty line

---
 plug | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plug b/plug
index 7e8b251..4d9869c 100755
--- a/plug
+++ b/plug
@@ -20,8 +20,7 @@ def usage():
   Placeholder syntax:
 	#placeholder<<name>> COLLAPSED
 	NOTE: text located before the placeholder on the same line is preserved copied,
-	 allowing for commenting it
-  '''.format(sys.argv[0]))
+	 allowing for commenting it'''.format(sys.argv[0]))
 
 
 placeholders = {}