Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit b55b4ad

Browse files
committed
chore: fix formatting
1 parent 96cb3d0 commit b55b4ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/jasmine/jasmine.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@
9090
// Note we have to make a function with correct number of arguments, otherwise jasmine will
9191
// think that all functions are sync or async.
9292
return testBody && (testBody.length ? function(done) {
93-
return testProxyZone.run(testBody, this, [done]);
94-
} : function() {
95-
return testProxyZone.run(testBody, this);
96-
});
93+
return testProxyZone.run(testBody, this, [done]);
94+
} : function() {
95+
return testProxyZone.run(testBody, this);
96+
});
9797
}
9898
interface QueueRunner {
9999
execute(): void;

0 commit comments

Comments
 (0)