mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Code format
This commit is contained in:
parent
1a2a6e2b01
commit
851edaf77f
2 changed files with 19 additions and 12 deletions
|
@ -201,7 +201,7 @@ TEST(ParseHeaderValueTest, Range) {
|
|||
|
||||
TEST(BufferStreamTest, read) {
|
||||
detail::BufferStream strm1;
|
||||
Stream& strm = strm1;
|
||||
Stream &strm = strm1;
|
||||
|
||||
EXPECT_EQ(5, strm.write("hello"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue