소스 검색

Comments formatting

Marty Fuhry 2 년 전
부모
커밋
fba940335c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      mobile/lib/modules/asset_viewer/views/video_viewer_page.dart

+ 2 - 2
mobile/lib/modules/asset_viewer/views/video_viewer_page.dart

@@ -98,8 +98,8 @@ class VideoPlayer extends StatefulWidget {
   final Function()? onPlaying;
   final Function()? onPaused;
 
-  /// The placeholder to show while the video is loading
-  /// usually, a thumbnail of the video
+  /// The placeholder to show while the video is loading usually, a thumbnail
+  /// of the video
   final Widget? placeholder;
 
   const VideoPlayer({