Skip to content

Commit 4c0bc80

Browse files
committed
feat(ngMock.$componentController): fix jscs extra space angular#13683
1 parent 44a5e90 commit 4c0bc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ngMock/angular-mocksSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ describe('ngMock', function() {
19841984
return { };
19851985
});
19861986
$compileProvider.directive('test', function() {
1987-
return {
1987+
return {
19881988
controller: TestController,
19891989
controllerAs: '$ctrl'
19901990
};

0 commit comments

Comments
 (0)