[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -41,7 +41,7 @@ define(
|
||||
mockQ = jasmine.createSpyObj('$q', ['when']);
|
||||
mockDomainObject = jasmine.createSpyObj(
|
||||
'domainObject',
|
||||
[ 'getModel', 'getCapability' ]
|
||||
['getModel', 'getCapability']
|
||||
);
|
||||
|
||||
mockQ.when.andCallFake(asPromise);
|
||||
|
||||
Reference in New Issue
Block a user