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

Commit 66819c2

Browse files
committed
chore(carousel): remove whitespace
1 parent 2e5bfac commit 66819c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('carousel', function() {
7272
'</uib-carousel>'
7373
)(scope);
7474
$rootScope.$digest();
75-
75+
7676
var slide = elm.find('.slide');
7777
expect(slide.html()).toBe('bar');
7878
});

0 commit comments

Comments
 (0)