[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
This commit is contained in:
@@ -36,7 +36,7 @@ define(
|
||||
|
||||
mockTemplateLinker = jasmine.createSpyObj(
|
||||
'templateLinker',
|
||||
[ 'getPath', 'load' ]
|
||||
['getPath', 'load']
|
||||
);
|
||||
|
||||
mockTemplateLinker.getPath.andCallFake(function (ext) {
|
||||
|
||||
Reference in New Issue
Block a user