Skip to content

Commit

Permalink
fix(formatting): make CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed May 22, 2024
1 parent eca179b commit c5999e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/src/models/createDetourMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { setup } from "xstate"

export const createDetourMachine = setup({
types: {} as {
events:
| { type: "detour.edit.done" }
| { type: "detour.edit.resume" }
events: { type: "detour.edit.done" } | { type: "detour.edit.resume" }
},
}).createMachine({
id: "Detours Machine",
Expand Down

0 comments on commit c5999e0

Please sign in to comment.