Skip to content

Commit c5beaf3

Browse files
jamesalbertAdsito
authored andcommitted
removed unused braces
1 parent 9e8c05e commit c5beaf3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Assets/MapEditor/Managers/PrefabManager.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,6 @@ public static void BreakPrefab(GameObject prefab)
169169

170170
private static class Coroutines
171171
{
172-
{
173-
174-
175-
}
176-
177172
public static IEnumerator SpawnPrefabs(PrefabData[] prefabs, int progressID)
178173
{
179174
System.Diagnostics.Stopwatch sw = new System.Diagnostics.Stopwatch();
@@ -259,4 +254,4 @@ public static IEnumerator ReplaceWithDefault(PrefabDataHolder[] prefabs, int pro
259254
IsChangingPrefabs = false;
260255
}
261256
}
262-
}
257+
}

0 commit comments

Comments
 (0)