running formatter
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
library flutter_multi_window;
|
||||
|
||||
export 'src/window.dart';
|
||||
export 'src/window.dart';
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
export 'unsupported.dart'
|
||||
if (dart.library.html) 'web.dart';
|
||||
export 'unsupported.dart' if (dart.library.html) 'web.dart';
|
||||
|
||||
Reference in New Issue
Block a user