mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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) {
|
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…
x
Reference in New Issue
Block a user