Skip to content

Commit 7d110dc

Browse files
committed
coding standards
1 parent 3c235a2 commit 7d110dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/ConnectionManagement/ConnectionMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public override async Task SetupClientConnectionAsync()
103103
public override async Task<(bool success, bool shouldTryAgain)> SetupClientReconnectionAsync()
104104
{
105105
// Nothing to do here
106-
return (true,true);
106+
return (true, true);
107107
}
108108

109109
public override async Task SetupHostConnectionAsync()

0 commit comments

Comments
 (0)