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

Commit 8a3c4b8

Browse files
committed
chore(modal): clean up code style
1 parent 4cf6a83 commit 8a3c4b8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/modal/test/modal.spec.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('$uibResolve', function() {
4646
});
4747
});
4848

49-
describe('$uibModal', function () {
49+
describe('$uibModal', function() {
5050
var $animate, $controllerProvider, $rootScope, $document, $compile, $templateCache, $timeout, $q;
5151
var $uibModal, $uibModalStack, $uibModalProvider;
5252

@@ -220,7 +220,7 @@ describe('$uibModal', function () {
220220
$rootScope.$digest();
221221
if (!noFlush) {
222222
$animate.flush();
223-
}
223+
}
224224
}
225225

226226
return modal;
@@ -1498,4 +1498,3 @@ describe('$uibModal', function () {
14981498
});
14991499
});
15001500
});
1501-

0 commit comments

Comments
 (0)