1
0
mirror of synced 2025-06-13 18:41:30 +03:00

Code format

This commit is contained in:
yhirose
2020-02-02 20:02:16 -05:00
parent 1a2a6e2b01
commit 851edaf77f
2 changed files with 19 additions and 12 deletions

View File

@ -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"));