Skip to content

Commit c2927ff

Browse files
committed
Fix more indentations
1 parent ba00df5 commit c2927ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/HttpParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ int main() {
1717
std::cout << httpRequest->getMethod() << std::endl;
1818

1919
for (auto [key, value] : *httpRequest) {
20-
std::cout << key << ": " << value << std::endl;
21-
}
20+
std::cout << key << ": " << value << std::endl;
21+
}
2222

2323
/* Since we did proper whitespace trimming this thing is there, but empty */
2424
assert(httpRequest->getHeader("utf8").data());

0 commit comments

Comments
 (0)