Skip to content

Commit 582344b

Browse files
committed
Merge pull request johnpapa#496 from zachlysobey/master
Remove extra spaces from sublime template
2 parents af2e796 + 92c7a8d commit 582344b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/sublime-angular-snippets/angular.directive.sublime-snippet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
${2:directive}.\$inject = [${3/(\$(\w+)|\w+)/'$1'/g}];
1010
1111
/* @ngInject */
12-
function ${2:directive} (${3:dependencies}) {
12+
function ${2:directive}(${3:dependencies}) {
1313
// Usage:
1414
//
1515
// Creates:
@@ -30,7 +30,7 @@
3030
}
3131
3232
/* @ngInject */
33-
function ${4:Controller} () {
33+
function ${4:Controller}() {
3434
3535
}
3636
})();

0 commit comments

Comments
 (0)