From 046d6fa07310c46b5911ded2a8e3359bc0dd5f61 Mon Sep 17 00:00:00 2001 From: 1yuee Date: Tue, 11 Oct 2022 16:05:29 +0400 Subject: [PATCH] Removing empty spaces --- AirFighter/MapsCollection.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/AirFighter/MapsCollection.cs b/AirFighter/MapsCollection.cs index 2c347f8..dc54d73 100644 --- a/AirFighter/MapsCollection.cs +++ b/AirFighter/MapsCollection.cs @@ -26,7 +26,6 @@ namespace AirFighter _mapsVault = new Dictionary>(); } - public void AddMap(string name, AbstractMap map) { if (!Keys.Contains(name))