(js) Indentation

This commit is contained in:
Francis Lachapelle
2015-08-07 11:02:34 -04:00
parent fbcaf25428
commit 6e82a7ba7b

View File

@@ -78,7 +78,7 @@
}
}
angular
.module('SOGo.Common')
.controller('AclController', AclController);
angular
.module('SOGo.Common')
.controller('AclController', AclController);
})();