refactor(dart): Format Dart code
Use the dart formatter to clean up all pure Dart code. Closes #4832
This commit is contained in:
@ -10,7 +10,7 @@ import "dart:convert";
|
||||
|
||||
main() {
|
||||
describe("bootstrapWebWorkerCommon", () {
|
||||
it ("should bootstrap on a Dart VM", () {
|
||||
it("should bootstrap on a Dart VM", () {
|
||||
reflector.reflectionCapabilities = new ReflectionCapabilities();
|
||||
var buses = createPairedMessageBuses();
|
||||
bootstrapWebWorkerCommon(App, buses.worker);
|
||||
|
Reference in New Issue
Block a user