Skip to content

Commit ae174bf

Browse files
committed
[video_player_android] Apply google-java-format to PlatformVideoView tests
1 parent a901811 commit ae174bf

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

packages/video_player/video_player_android/android/src/main/java/io/flutter/plugins/videoplayer/platformview/PlatformVideoView.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ public void surfaceDestroyed(@NonNull SurfaceHolder holder) {
6565
});
6666
}
6767

68-
/**
69-
* Binds the ExoPlayer to the provided surface.
70-
*/
68+
/** Binds the ExoPlayer to the provided surface. */
7169
static void bindPlayerToSurface(@NonNull ExoPlayer exoPlayer, @NonNull Surface surface) {
7270
if (surface.isValid()) {
7371
exoPlayer.setVideoSurface(surface);

packages/video_player/video_player_android/android/src/test/java/io/flutter/plugins/videoplayer/PlatformVideoViewTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.lang.reflect.Field;
2020
import java.lang.reflect.Method;
2121
import java.util.Objects;
22-
2322
import org.junit.Test;
2423
import org.junit.runner.RunWith;
2524
import org.robolectric.RobolectricTestRunner;

0 commit comments

Comments
 (0)