浏览代码

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({