Skip to content

Commit

Permalink
style(core): use spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Neosoulink committed Nov 20, 2024
1 parent 27e0abc commit ffbc9bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/joints/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const createJoint = <Props extends Omit<Props, 'type'>>(type: JointType): Compon
/** @description Joint set as `Fixed` */
export const FixedJoint = createJoint<Omit<JointProps, 'params'> & {
params: [
anchor1: VectorArray,
frame1: QuaternionArray,
anchor2: VectorArray,
frame2: QuaternionArray,
anchor1: VectorArray,
frame1: QuaternionArray,
anchor2: VectorArray,
frame2: QuaternionArray,
]
}>('fixed')

Expand Down

0 comments on commit ffbc9bb

Please sign in to comment.