Apply prettier

This commit is contained in:
Elliot Nelson
2019-06-07 23:33:06 -04:00
parent 96786c793f
commit e07da96354
3 changed files with 22 additions and 5 deletions

View File

@@ -3,7 +3,13 @@ getJasmineRequireObj().SpyFactory = function(j$) {
var self = this;
this.createSpy = function(name, originalFn) {
return j$.Spy(name, originalFn, getCustomStrategies(), getDefaultStrategyFn(), getPromise);
return j$.Spy(
name,
originalFn,
getCustomStrategies(),
getDefaultStrategyFn(),
getPromise
);
};
this.createSpyObj = function(baseName, methodNames) {