Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Whorlow committed Feb 7, 2024
1 parent 356d0dc commit b7d740d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,12 @@ export default function transformer(file, api, options) {
j.property(
'init',
j.identifier('slotProps'),
j.objectExpression([j.objectProperty(j.identifier('transition'), j.objectExpression([j.objectProperty(j.identifier('timeout'), path.node.value)]))]),
j.objectExpression([
j.objectProperty(
j.identifier('transition'),
j.objectExpression([j.objectProperty(j.identifier('timeout'), path.node.value)]),
),
]),
),
);
}
Expand Down

0 comments on commit b7d740d

Please sign in to comment.