Run dartfmt on tools

This commit is contained in:
Simon Binder 2019-03-23 11:52:14 +01:00
parent 828ac8c23f
commit af8267bb8a
No known key found for this signature in database
GPG Key ID: B807FDF954BA00CF
3 changed files with 3 additions and 4 deletions

View File

@ -30,8 +30,6 @@ Future<void> main(List<String> args) async {
File('coverage.json').writeAsStringSync(json.encode(await collectorFuture));
print('coverage collected - formatting as lcov');
print('formatting to .lcov format');
await fc.main();
}

View File

@ -18,8 +18,8 @@ Future main() async {
'moor/lib/',
'moor_generator/lib',
],
basePath: '.'
basePath: '.',
).format(coverage);
File('moor/lcov.info').writeAsStringSync(lcov);
}
}

View File

@ -44,6 +44,7 @@ while (( "$#" )); do
;;
esac
echo -e 'task exited with' $EXIT_CODE
shift
done