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