Skip to content

Commit

Permalink
[CLI] Line break after *.bin format select
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Nov 1, 2021
1 parent 7b5f113 commit 6a6ec0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marathon.CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ static void Main(string[] args)
break;
}

// Pad with two line breaks.
Console.WriteLine('\n');

break;
}

Expand Down

0 comments on commit 6a6ec0f

Please sign in to comment.