From 6a6ec0fc9daa357cf40df9db13b7c1a78abde960 Mon Sep 17 00:00:00 2001 From: Hyper Date: Mon, 1 Nov 2021 17:19:00 +0000 Subject: [PATCH] [CLI] Line break after *.bin format select --- Marathon.CLI/Program.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Marathon.CLI/Program.cs b/Marathon.CLI/Program.cs index e2b672ad..d0771c2b 100644 --- a/Marathon.CLI/Program.cs +++ b/Marathon.CLI/Program.cs @@ -108,6 +108,9 @@ static void Main(string[] args) break; } + // Pad with two line breaks. + Console.WriteLine('\n'); + break; }