Format with google-java-format

This commit is contained in:
Rohit Singh 2024-09-16 12:31:42 +01:00
parent 62aef96b7d
commit 8ca12338f6

View File

@ -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);
}
}