Commit 4cfe179f by Daniel Lee

variables: lint fix

parent 8aa55ee3
...@@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => { ...@@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => {
}, },
}; };
const ctrl = new VariableEditorCtrl(scope, {}, variableSrv, {}); return new VariableEditorCtrl(scope, {}, variableSrv, {});
}); });
it('should emit an error', () => { it('should emit an error', () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment