Skip to content

Commit 942547e

Browse files
committed
fix(cannon): dummy commit
1 parent 2bc1eb4 commit 942547e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cannon/src/lib/physics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class NgtcPhysics {
137137
private tolerance = pick(this.options, 'tolerance');
138138

139139
private invalidate = this.store.select('invalidate');
140-
// @ts-expect-error - worker is not nullable, and we don't want to use ! operator
140+
// @ts-expect-error - worker is not nullable, and we don't want to use ! operator.
141141
private worker = signal<CannonWorkerAPI>(null);
142142

143143
api: NgtcPhysicsApi = {

0 commit comments

Comments
 (0)