Browse Source

Comments formatting

Marty Fuhry 2 years ago
parent
commit
fba940335c
1 changed files with 2 additions and 2 deletions
  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()? onPlaying;
   final Function()? onPaused;
   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;
   final Widget? placeholder;
 
 
   const VideoPlayer({
   const VideoPlayer({