Browse Source

fix lint error

ashilkn 2 năm trước cách đây
mục cha
commit
ae9954ded2
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      lib/utils/share_util.dart

+ 4 - 1
lib/utils/share_util.dart

@@ -51,7 +51,10 @@ Future<void> share(
     );
   } catch (e, s) {
     _logger.severe(
-        "failed to fetch files for system share ${files.length}", e, s);
+      "failed to fetch files for system share ${files.length}",
+      e,
+      s,
+    );
     await dialog.hide();
     await showGenericErrorDialog(context);
   }