mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Problem: redundant consecutive return statements
Solution: remove the redundant one
This commit is contained in:
parent
ddbf45cf8d
commit
a64c3e6c7d
@ -333,5 +333,4 @@ int main (void)
|
||||
RUN_TEST (test_vanilla_socket);
|
||||
RUN_TEST (test_unauth_creds);
|
||||
return UNITY_END ();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user