Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Nov 1, 2016
1 parent d35831a commit 87e0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tooltip/tooltip.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('MdTooltip', () => {
});
}));

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

Expand Down

0 comments on commit 87e0e4d

Please sign in to comment.