From 2000b63fa4a7169f86c3ac6fc8aef2cd714dc7a6 Mon Sep 17 00:00:00 2001
From: Arvind S <arvind0598@gmail.com>
Date: Wed, 31 Oct 2018 23:20:34 +0530
Subject: [PATCH] Fixed namespace and indentation

---
 test/samples/sample.csharp.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/samples/sample.csharp.txt b/test/samples/sample.csharp.txt
index 84b9c713..ed2c0af3 100644
--- a/test/samples/sample.csharp.txt
+++ b/test/samples/sample.csharp.txt
@@ -7,12 +7,12 @@ using System.Collections.Generic;
 using System.Linq;
 using System.Text;
 
-namespace PrimeNumber
+namespace VS
 {
 	class Program
 	{
 		static void Main(string[] args)
-    	{
+    		{
 			bool isPrime = true;
 			Console.WriteLine("Prime Numbers : ");
 			for (int i = 2; i <= 100; i++)