Skip to content

Commit

Permalink
Add missing spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Jan 17, 2024
1 parent a2ec943 commit de39aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ The event API here is assumed to be like the standard `Python Event
helloOk = stableApi != Null
connection = new Connection(serverAddress)
if connectTimeoutMS !=0:
if connectTimeoutMS != 0:
set connection timeout to connectTimeoutMS
# Do any potentially blocking operations after releasing the mutex.
Expand Down

0 comments on commit de39aa7

Please sign in to comment.