Skip to content

Commit 14f7345

Browse files
author
Bronson Zgeb
committed
[Bot] Automated dotnet-format update
1 parent 13c30e2 commit 14f7345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UOP1_Project/Assets/Scripts/SceneManagement/StartGame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public IEnumerator LoadSaveGame()
3535
if (asyncOperationHandle.Status == AsyncOperationStatus.Succeeded)
3636
{
3737
var locationSo = asyncOperationHandle.Result;
38-
onPlayButtonPress.RaiseEvent(new[] {(GameSceneSO)locationSo}, showLoadScreen);
38+
onPlayButtonPress.RaiseEvent(new[] { (GameSceneSO)locationSo }, showLoadScreen);
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)