Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 2d89cb5

Browse files
committed
Fix method_channel_video_player_test format (un-indent).
1 parent 1b986fd commit 2d89cb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/video_player/video_player_platform_interface/test/method_channel_video_player_test.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,15 @@ void main() {
258258
await _ambiguate(ServicesBinding.instance)
259259
?.defaultBinaryMessenger
260260
.handlePlatformMessage(
261-
"flutter.io/videoPlayer/videoEvents123",
262-
const StandardMethodCodec()
263-
.encodeSuccessEnvelope(<String, dynamic>{
264-
'event': 'initialized',
265-
'duration': 98765,
266-
'width': 1920,
267-
'height': 1080,
268-
'rotationCorrection': 3.14,
269-
}),
261+
"flutter.io/videoPlayer/videoEvents123",
262+
const StandardMethodCodec()
263+
.encodeSuccessEnvelope(<String, dynamic>{
264+
'event': 'initialized',
265+
'duration': 98765,
266+
'width': 1920,
267+
'height': 1080,
268+
'rotationCorrection': 3.14,
269+
}),
270270
(ByteData? data) {});
271271

272272
await _ambiguate(ServicesBinding.instance)

0 commit comments

Comments
 (0)