Skip to content

Commit

Permalink
reformat with two-space indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Maris Ruskulis committed Nov 4, 2013
1 parent b51157e commit 93bb08c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions retrofit/src/test/java/retrofit/mime/MimeHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

public class MimeHelper {
public static List<byte[]> getParts(MultipartTypedOutput output) {
try {
return output.getParts();
} catch (Exception e) {
throw new RuntimeException(e);
}
try {
return output.getParts();
} catch (Exception e) {
throw new RuntimeException(e);
}
}
}
}

0 comments on commit 93bb08c

Please sign in to comment.