Parcourir la source

Comments formatting

Marty Fuhry il y a 2 ans
Parent
commit
fba940335c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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({