Skip to content

Commit

Permalink
Line break
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Oct 22, 2024
1 parent c7da660 commit a845a46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ partial class Program

private static void ExecuteMainApp(Options options)
{
// At this point all errors and special cases are handled, so we get valid options object we can work with
// At this point all errors and special cases are handled,
// so we get valid options object we can work with
var sum = options.FirstRequiredParameter + options.SecondRequiredParameter;
if (options.Verbose)
{
Expand Down

0 comments on commit a845a46

Please sign in to comment.