Skip to content

Commit e57f35c

Browse files
committed
fix: lint
1 parent b8696b8 commit e57f35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ export class PointerInteractionsPlugin implements ShaderArtPlugin {
144144
}
145145
}
146146

147-
export const PointerInteractionsPluginFactory = () =>
147+
export const PointerInteractionsPluginFactory = (): PointerInteractionsPlugin =>
148148
new PointerInteractionsPlugin();

0 commit comments

Comments
 (0)