Skip to content

Commit

Permalink
Corrigindo indentação na class Menu.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
marquescharlon committed Mar 14, 2023
1 parent fbb84a4 commit 6db5868
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions AppConverterConsole/Menu.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace AppConverterConsole
{
public static class Menu
Expand Down Expand Up @@ -123,7 +118,4 @@ public static void DesenharTelaConverter()
Console.Write("\n");
}
}

}


}

0 comments on commit 6db5868

Please sign in to comment.