Explorar el Código

Run flutter format .

xuty hace 4 años
padre
commit
f220f96150
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      example/lib/main.dart

+ 0 - 2
example/lib/main.dart

@@ -34,8 +34,6 @@ class FakeTerminalBackend extends TerminalBackend {
   // ignore: close_sinks
   StreamController<String> _outStream = StreamController<String>();
 
-
-
   @override
   Future<int> get exitCode => _exitCodeCompleter.future;