Format with google-java-format
This commit is contained in:
parent
62aef96b7d
commit
8ca12338f6
@ -17,9 +17,9 @@ public class ForwardingRendererTest {
|
||||
for (Method method : methods) {
|
||||
if (!method.isDefault()) {
|
||||
assertThat(
|
||||
ForwardingRenderer.class
|
||||
.getDeclaredMethod(method.getName(), method.getParameterTypes())
|
||||
.getDeclaringClass())
|
||||
ForwardingRenderer.class
|
||||
.getDeclaredMethod(method.getName(), method.getParameterTypes())
|
||||
.getDeclaringClass())
|
||||
.isEqualTo(ForwardingRenderer.class);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user