Skip to content

Commit 386b87c

Browse files
committed
Remove unncesessary usings
1 parent 8e4c2ff commit 386b87c

File tree

1 file changed

+2
-3
lines changed
  • src/CreationalPatterns/AbstractFactory/MealSimpleFactory/Factories

1 file changed

+2
-3
lines changed

src/CreationalPatterns/AbstractFactory/MealSimpleFactory/Factories/MealFactory.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
using System.Globalization;
2-
using System.Reflection;
3-
using MealSimpleFactory.Meals;
1+
using MealSimpleFactory.Meals;
42
using MealSimpleFactory.Meals.Common;
3+
using System.Reflection;
54

65
namespace MealSimpleFactory.Factories;
76

0 commit comments

Comments
 (0)