mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-04-04 07:12:27 -04:00
Code Cleanup
Make fields readonly Remove unnecessary casts Format document Remove unnecessary usings Sort usings Use file-level namespaces Order modifiers
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace WindowsConfigApp
|
||||
namespace WindowsConfigApp;
|
||||
|
||||
class Program
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main() { }
|
||||
}
|
||||
static void Main() { }
|
||||
}
|
||||
Reference in New Issue
Block a user