Skip to content

Commit 917b793

Browse files
author
Les Moffat
committed
chore(lint): appease linter
1 parent dc46538 commit 917b793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom-layers/RadialGradientLayer/RadialGradientLayer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const defaultConstructorOptions: RadialGradientLayerOptions = {
3838
[0.8, "rgba(10, 15, 37, 0.2)"],
3939
[1.0, "rgba(0, 0, 0, 0)"],
4040
],
41-
}
41+
};
4242

4343
export class RadialGradientLayer implements CustomLayerInterface {
4444
public id: string = "Halo Layer";

0 commit comments

Comments
 (0)