Skip to content

Commit bc9ecd6

Browse files
committed
Reformat toString
1 parent f92075c commit bc9ecd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/github/arteam/embedhttp/HttpRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ private static String decodeUrlPart(String encodedPart) {
102102
@Override
103103
public String toString() {
104104
return "HttpRequest{method='" + method + ", uri=" + uri + ", queryParameters=" + queryParameters +
105-
", protocolVersion='" + protocolVersion + ", headers=" + headers.entrySet() + ", body='" + body + "}";
105+
", protocolVersion='" + protocolVersion + ", headers=" + headers.entrySet() +
106+
", body='" + body + "}";
106107
}
107108
}

0 commit comments

Comments
 (0)