Skip to content

Commit

Permalink
Fixed method formatting. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Feb 4, 2018
1 parent fb26ecb commit 1dcdc43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/java/com/bunq/sdk/http/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,11 @@ private static List<String> fetchAllErrorDescription(JsonObject responseBodyJson
return errorDescriptions;
}

private void validateResponseSignature(int responseCode, byte[] responseBodyBytes,
Response response) {
private void validateResponseSignature(
int responseCode,
byte[] responseBodyBytes,
Response response
) {
InstallationContext installationContext = apiContext.getInstallationContext();

if (installationContext != null) {
Expand Down

0 comments on commit 1dcdc43

Please sign in to comment.