Sfoglia il codice sorgente

Run flutter format .

xuty 4 anni fa
parent
commit
f220f96150
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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;