Skip to content

Commit

Permalink
formatbot: Automatically format code
Browse files Browse the repository at this point in the history
  • Loading branch information
tscircuitbot committed Aug 5, 2024
1 parent 0b49895 commit c2e21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jscad-fns/rounded-cuboid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ const RoundedCuboidBase = ({ size, roundRadius }: RoundedCuboidProps) => {
return <roundedCuboid size={size} roundRadius={roundRadius} />
}

export const RoundedCuboid = withOffsetProp(withColorProp(RoundedCuboidBase))
export const RoundedCuboid = withOffsetProp(withColorProp(RoundedCuboidBase))

0 comments on commit c2e21d8

Please sign in to comment.