From ae6774d316bcbafd8fc3a71642da6ad297749f14 Mon Sep 17 00:00:00 2001 From: Petrutiu Mihai Date: Thu, 14 Jul 2016 14:14:17 +0300 Subject: [PATCH] Remove extra spaces --- src/StrategyPattern/LoopWithoutLoop/MagnificLoopExample.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/StrategyPattern/LoopWithoutLoop/MagnificLoopExample.cs b/src/StrategyPattern/LoopWithoutLoop/MagnificLoopExample.cs index 604ac3d..881607f 100644 --- a/src/StrategyPattern/LoopWithoutLoop/MagnificLoopExample.cs +++ b/src/StrategyPattern/LoopWithoutLoop/MagnificLoopExample.cs @@ -56,7 +56,5 @@ namespace StrategyPattern.LoopWithoutLoop { return; } - } - - + } }