mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +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)
|
||||
{
|
||||
int ret = WSACleanup();
|
||||
ASSERT_EQ(0, ret);
|
||||
ASSERT_EQ(0, ret);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue