Skip to content

Commit ac8ce24

Browse files
authored
fix: Removing extra bracket in UnityTransport (#2253)
* removing extra bracket * adding tmp commit to pass the semantic pull request check * Revert "adding tmp commit to pass the semantic pull request check" This reverts commit d7f9296.
1 parent 6daf541 commit ac8ce24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ public void CreateDriver(UnityTransport transport, out NetworkDriver driver,
14741474
}
14751475
else
14761476
{
1477-
m_NetworkSettings.WithSecureClientParameters(m_ClientCaCertificate, m_ServerCommonName));
1477+
m_NetworkSettings.WithSecureClientParameters(m_ClientCaCertificate, m_ServerCommonName);
14781478
}
14791479
}
14801480
}

0 commit comments

Comments
 (0)