Skip to content

Commit

Permalink
style(transport): fix auto formatting issues
Browse files Browse the repository at this point in the history
Co-authored-by: Rodrigo Lopes <[email protected]>
(cherry picked from commit ec3a693)
  • Loading branch information
npepinpe authored and github-actions[bot] committed Nov 6, 2023
1 parent 346af16 commit 428cf0a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,8 @@ private void onRestartStreamsResponse(
completed.complete(null);
}
// this error means the remote member is not handling requests of this type; either it's not
// a
// gateway, or it's still starting up or shutting down. in either case, restarting streams
// makes
// no sense
// a gateway, or it's still starting up or shutting down. in either case, restarting streams
// makes no sense
case final NoRemoteHandler e -> {
LOG.trace(
"""
Expand Down

0 comments on commit 428cf0a

Please sign in to comment.