Skip to content

Commit 81fb3a1

Browse files
committed
Add missing new line to test_network.c
1 parent 44316e4 commit 81fb3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/main/test_network.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ int main(void) {
251251
cmocka_unit_test(test_php_network_connect_socket_connect_error),
252252
};
253253
return cmocka_run_group_tests(tests, NULL, NULL);
254-
}
254+
}

0 commit comments

Comments
 (0)