Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Jan 22, 2025
1 parent a15a7fc commit 9381547
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ public void testWriterProxy() throws InterruptedException {
public static class Bean {
}

public static class BeanMethodInterceptor implements MethodInterceptor {

public static class BeanMethodInterceptor
implements MethodInterceptor {
@Override
public Object intercept(Object o, Method method, Object[] objects, MethodProxy methodProxy) throws Throwable {
return methodProxy.invokeSuper(o, objects);
Expand Down

0 comments on commit 9381547

Please sign in to comment.