diff --git a/src/quaternion.ts b/src/quaternion.ts index 9787902..12005c6 100644 --- a/src/quaternion.ts +++ b/src/quaternion.ts @@ -6,7 +6,7 @@ export class Quaternion { public y: number, public z: number, public w: number, - ) {} + ) { } public static fromXYZ({ x,