Skip to content

Commit 8d4b486

Browse files
committed
add whitespace
1 parent c30b069 commit 8d4b486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/box/sdk/BinaryBodyUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ private static long getContentLengthFromAPIResponse(BoxAPIResponse response) {
103103
try {
104104
length = Long.parseLong(headerValue.trim());
105105
} catch (NumberFormatException e) {
106-
throw new RuntimeException("Invalid content length: " + headerValue.trim() + "with: "
107-
+ headerValue.trim().length() + "number of characters.");
106+
throw new RuntimeException("Invalid content length: " + headerValue.trim() + " with: "
107+
+ headerValue.trim().length() + " number of characters.");
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)