Commit a64c3e6c authored by Simon Giesecke's avatar Simon Giesecke

Problem: redundant consecutive return statements

Solution: remove the redundant one
parent ddbf45cf
......@@ -333,5 +333,4 @@ int main (void)
RUN_TEST (test_vanilla_socket);
RUN_TEST (test_unauth_creds);
return UNITY_END ();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment