mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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) {
|
for (Method method : methods) {
|
||||||
if (!method.isDefault()) {
|
if (!method.isDefault()) {
|
||||||
assertThat(
|
assertThat(
|
||||||
ForwardingRenderer.class
|
ForwardingRenderer.class
|
||||||
.getDeclaredMethod(method.getName(), method.getParameterTypes())
|
.getDeclaredMethod(method.getName(), method.getParameterTypes())
|
||||||
.getDeclaringClass())
|
.getDeclaringClass())
|
||||||
.isEqualTo(ForwardingRenderer.class);
|
.isEqualTo(ForwardingRenderer.class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue