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