mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
Format with google-java-format
This commit is contained in:
parent
62aef96b7d
commit
8ca12338f6
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Reference in a new issue