浏览代码

fix lint error

ashilkn 2 年之前
父节点
当前提交
ae9954ded2
共有 1 个文件被更改,包括 4 次插入1 次删除
  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);
   }