Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit f68a7e0

Browse files
committed
chore(modal): clean up code style
1 parent ca02088 commit f68a7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/test/modal.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ describe('$uibModal', function () {
675675

676676
it('should support injection with minification-safe syntax in resolve functions', function() {
677677
open(modalDefinition('<div>{{value.id}}</div>', {
678-
value: ['$locale', function (e) {
678+
value: ['$locale', function(e) {
679679
return e;
680680
}]
681681
}));

0 commit comments

Comments
 (0)