Skip to content

Commit

Permalink
style: auto-format with action
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgriffing authored and actions-user committed Nov 26, 2024
1 parent 0255b48 commit 0bb5d5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/shiki-magic-move/src/solid/ShikiMagicMove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ export function ShikiMagicMove(props: ShikiMagicMoveProps) {

const machine = createMemo(() => {
const newCodeToTokens = codeToTokens()
return createMagicMoveMachine((code, lineNumbers) =>
newCodeToTokens(code, lineNumbers),
)
return createMagicMoveMachine((code, lineNumbers) => newCodeToTokens(code, lineNumbers))
})

const result = createMemo(() => {
Expand Down

0 comments on commit 0bb5d5c

Please sign in to comment.