Skip to content

Commit

Permalink
chore: fix linter error (#3026)
Browse files Browse the repository at this point in the history
Fixes a linter error that is currently breaking the CI.
  • Loading branch information
crisbeto authored and tinayuangao committed Feb 10, 2017
1 parent e908663 commit 1ab1af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/ripple/ripple-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type RippleConfig = {
centered?: boolean;
radius?: number;
speedFactor?: number;
}
};

/**
* Helper service that performs DOM manipulations. Not intended to be used outside this module.
Expand Down

0 comments on commit 1ab1af1

Please sign in to comment.