[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -45,7 +45,7 @@ define(
|
||||
);
|
||||
mockIdentifierService = jasmine.createSpyObj(
|
||||
'identifierService',
|
||||
[ 'parse', 'generate' ]
|
||||
['parse', 'generate']
|
||||
);
|
||||
mockCapabilityConstructor = jasmine.createSpy('capability');
|
||||
mockCapabilityInstance = {};
|
||||
@@ -61,7 +61,7 @@ define(
|
||||
|
||||
mockCacheService = jasmine.createSpyObj(
|
||||
'cacheService',
|
||||
[ 'get', 'put', 'remove', 'all' ]
|
||||
['get', 'put', 'remove', 'all']
|
||||
);
|
||||
|
||||
testModel = { someKey: "some value" };
|
||||
|
||||
Reference in New Issue
Block a user