mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-10 09:43:51 +00:00
Fixed format.
This commit is contained in:
parent
de7bbed622
commit
448a7f4f11
@ -311,7 +311,7 @@ TEST_F(ServerTest, PostMethod2)
|
||||
TEST(CleanupTest, WSACleanup)
|
||||
{
|
||||
int ret = WSACleanup();
|
||||
ASSERT_EQ(0, ret);
|
||||
ASSERT_EQ(0, ret);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user