style(dart): Format with dartfmt v0.2.0
Format all pure Dart code with package:dart_style v0.2.0 Command: ``` find -type f -name "*.dart" | xargs dartformat -w ```
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
library examples.e2e_test.routing.routing_spec;
|
||||
|
||||
main() {
|
||||
|
||||
}
|
||||
main() {}
|
||||
|
Reference in New Issue
Block a user