Skip to content

Commit 75063fd

Browse files
committed
style(client:modal): fix up PR #2256
closes #2256
1 parent 68b7b69 commit 75063fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/components/modal(uibootstrap)/modal.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export function Modal($rootScope, $uibModal) {
7272
};
7373
}
7474

75-
export default angular.module('<%= scriptAppName %>.Modal',[])
75+
export default angular.module('<%= scriptAppName %>.Modal', [])
7676
.factory('Modal', Modal)
7777
.name;

0 commit comments

Comments
 (0)