Skip to content

Commit e18107e

Browse files
committed
Solve ESLint issues
1 parent a893cf8 commit e18107e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/ng_controller_name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function(context) {
2525
if(node.arguments.length === 0){
2626
return;
2727
}
28-
28+
2929
var name = node.arguments[0].value;
3030

3131
if(name !== undefined && !convertedPrefix.test(name)){

0 commit comments

Comments
 (0)