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:
@ -1,2 +1,3 @@
|
||||
library benchpress.test.firefox_extension.conf;
|
||||
|
||||
//empty as we don't have a version for dart
|
||||
|
@ -1,5 +1,3 @@
|
||||
library benchpress.test.firefox_extension.parser_util_spec;
|
||||
|
||||
main() {
|
||||
|
||||
}
|
||||
main() {}
|
||||
|
@ -1,5 +1,3 @@
|
||||
library benchpress.test.firefox_extension.sample_benchmark;
|
||||
|
||||
main() {
|
||||
|
||||
}
|
||||
main() {}
|
||||
|
@ -1,5 +1,3 @@
|
||||
library benchpress.test.firefox_extension.spec;
|
||||
|
||||
main() {
|
||||
|
||||
}
|
||||
main() {}
|
||||
|
Reference in New Issue
Block a user