Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1144751

Browse files
committed
Fix style code. Fixes #13951
1 parent 6ce9cf4 commit 1144751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function $ControllerProvider() {
3232
* @name $controllerProvider#has
3333
* @param {string} name Controller name to check.
3434
*/
35-
this.has = function(name){
35+
this.has = function(name) {
3636
return controllers.hasOwnProperty(name);
3737
};
3838

0 commit comments

Comments
 (0)