Skip to content

Commit 1ab1af1

Browse files
crisbetotinayuangao
authored andcommitted
chore: fix linter error (#3026)
Fixes a linter error that is currently breaking the CI.
1 parent e908663 commit 1ab1af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/ripple-renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type RippleConfig = {
2121
centered?: boolean;
2222
radius?: number;
2323
speedFactor?: number;
24-
}
24+
};
2525

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

0 commit comments

Comments
 (0)