style(dart): Run dartfmt v0.1.8+2 on all pure Dart code

Update formatting for all pure Dart code in the repo.
This commit is contained in:
Tim Blasi
2015-07-27 17:26:28 -07:00
parent 6fac901151
commit 2c9951273a
63 changed files with 406 additions and 273 deletions

View File

@ -1,5 +1,3 @@
library examples.e2e_test.async_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.hello_world.hello_world_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.http.http_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.jsonp.jsonp_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.key_events.key_events_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.message_bus;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.hello_world.model_driven_forms_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.order_management_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.person_management_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.sourcemap.sourcemap_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.hello_world.template_driven_forms_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library examples.e2e_test.zippy_component.zippy_spec;
main() {
}
main() {}