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 ac3c4eb commit a5bbae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/takes/rq/RqMultipart.java
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ private Request make(final byte[] boundary,
* @checkstyle ExecutableStatementCountCheck (2 lines)
*/
private void copy(final WritableByteChannel target,
final byte[] boundary,
final ReadableByteChannel body) throws IOException {
final byte[] boundary, final ReadableByteChannel body)
throws IOException {
int match = 0;
boolean cont = true;
while (cont) {
Expand Down

0 comments on commit a5bbae1

Please sign in to comment.