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