Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dalifreire committed Mar 5, 2016
1 parent a5bbae1 commit d1bec6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/takes/rq/RqMultipart.java
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ private Request make(final byte[] boundary,
*/
private void copy(final WritableByteChannel target,
final byte[] boundary, final ReadableByteChannel body)
throws IOException {
throws IOException {
int match = 0;
boolean cont = true;
while (cont) {
Expand Down

0 comments on commit d1bec6a

Please sign in to comment.