Skip to content

Commit

Permalink
fix formatting issue
Browse files Browse the repository at this point in the history
Signed-off-by: Tihomir Surdilovic <[email protected]>
  • Loading branch information
tsurdilo committed Jul 15, 2024
1 parent 7cb296b commit b41d29c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ public String doPoll() {
e.getMessage(),
e.getClass().getName(),
e,
// here we set the next retry interval based on Retry-After duration given to us by our service
// here we set the next retry interval based on Retry-After duration given to us by our
// service
Duration.ofMinutes(e.getRetryAfterInMinutes()));
}
}
Expand Down

0 comments on commit b41d29c

Please sign in to comment.