Skip to content

Commit db1f54f

Browse files
committed
Clean unnecessary spaces
1 parent 6772328 commit db1f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TSMapEditor/Initialization/MapLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static void ReadMapSection(IMap map, IniFile mapIni)
152152
map.TheaterName = section.GetStringValue("Theater", string.Empty);
153153

154154
Logger.Log("[Map] section read successfully.");
155-
}
155+
}
156156

157157
public static void ReadIsoMapPack(IMap map, IniFile mapIni)
158158
{

0 commit comments

Comments
 (0)