Skip to content

Commit

Permalink
Format optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
CLFutureX committed Oct 12, 2022
1 parent 3918476 commit c8c7f65
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ public FilterChainNode(IConfigFilter filter, IConfigFilterChain next) {
public void doFilter(IConfigRequest request, IConfigResponse response) throws NacosException {
filter.doFilter(request, response, next);
}
}

}

private static class EmptyFilterChainNode implements IConfigFilterChain {

Expand Down

0 comments on commit c8c7f65

Please sign in to comment.