Skip to content

Commit

Permalink
Fix: spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
zechmeister committed Oct 30, 2024
1 parent be4d76e commit 6f9100a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ protected void doFilterInternal(
String requestBody =
new String(wrappedRequest.getContentAsByteArray(), request.getCharacterEncoding());

ValidationResult result = senderClient
.validateCallback(
ValidationResult result =
senderClient.validateCallback(
request.getHeader("callback-authentication"),
Long.parseLong(request.getHeader("callback-timestamp")),
requestBody,
Expand Down

0 comments on commit 6f9100a

Please sign in to comment.