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,2 +1,3 @@
library benchpress.index;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.src.firefox_extension.data.installed_script;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.src.firefox_extension.lib.main;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.src.firefox_extension.lib.parser_util;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.src.firefox_extension.lib.test_helper;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.src.webdriver.selenium_webdriver_adapter;
//no dart implementation

View File

@ -1,2 +1,3 @@
library benchpress.test.firefox_extension.conf;
//empty as we don't have a version for dart

View File

@ -1,5 +1,3 @@
library benchpress.test.firefox_extension.parser_util_spec;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library benchpress.test.firefox_extension.sample_benchmark;
main() {
}
main() {}

View File

@ -1,5 +1,3 @@
library benchpress.test.firefox_extension.spec;
main() {
}
main() {}