Skip to content

Commit

Permalink
Revert "fix code style"
Browse files Browse the repository at this point in the history
This reverts commit 9381547.
  • Loading branch information
wenshao committed Jan 22, 2025
1 parent 9381547 commit 831bb91
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 831bb91

Please sign in to comment.