mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 17:28:29 +00:00
Fixed format.
This commit is contained in:
parent
de7bbed622
commit
448a7f4f11
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue