From 20cc01058fd0bc8c90567890a874a8f4a9dd5f65 Mon Sep 17 00:00:00 2001 From: Kenneth Schnall Date: Sun, 24 Sep 2017 00:09:00 -0400 Subject: [PATCH] Remove newline from all files, remove white space --- README.md | 1 - percentage/percentage/Program.cs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 140746d..052ff72 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,3 @@ This project was compiled with Visual Studio Professional 2015. ## Contributing I created this project with a very basic understanding of developing C# desktop applications and contributions are extremely welcome! - diff --git a/percentage/percentage/Program.cs b/percentage/percentage/Program.cs index 2b607cc..0e58ed0 100644 --- a/percentage/percentage/Program.cs +++ b/percentage/percentage/Program.cs @@ -4,7 +4,7 @@ namespace percentage { static class Program - { + { /// /// The main entry point for the application. ///