Skip to content

Commit 3f91df7

Browse files
committed
dotnet-fix
1 parent d7bb4bc commit 3f91df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testproject/Assets/Tests/Runtime/NetworkSceneManager/SceneManagementSynchronizationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private void AssertEventMatchesExpectedEvent<T>(Action<ExpectedEvent> predicate,
5757
{
5858
predicate(expectedEvent);
5959
}
60-
catch(Exception failure)
60+
catch (Exception failure)
6161
{
6262
Debug.LogException(failure);
6363
}

0 commit comments

Comments
 (0)