Skip to content

Commit

Permalink
Fix formatting nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Nov 8, 2023
1 parent 2c7340c commit adf14d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
/**
* A wrapper around UnifiedChannelizer which saves and exposes the ChannelHandlerContext for testing purposes
*/
public class

UnifiedTestChannelizer extends UnifiedChannelizer implements TestChannelizer {
public class UnifiedTestChannelizer extends UnifiedChannelizer implements TestChannelizer {

final ContextHandler contextHandler;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ public ChannelHandlerContext getMostRecentChannelHandlerContext() {
public void resetChannelHandlerContext() {
contextHandler.resetChannelHandlerContext();
}
}
}

0 comments on commit adf14d2

Please sign in to comment.