Skip to content

Commit 9363443

Browse files
committed
remove whitespace
1 parent 1cad6f8 commit 9363443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/tooltip/tooltip.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('MdTooltip', () => {
6363
});
6464
}));
6565

66-
it('should not follow through with hide if show is called after', fakeAsync(() => {
66+
it('should not follow through with hide if show is called after', fakeAsync(() => {
6767
tooltipDirective.show();
6868
expect(tooltipDirective._isTooltipVisible()).toBe(true);
6969

0 commit comments

Comments
 (0)