Skip to content

Commit

Permalink
Remove accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Feb 2, 2024
1 parent a57cafd commit a7b8374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions new-packages/vscode-xstate/fixtures/basic/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ createMachine({
a: {
on: {
NEXT: 'b',
kappa: 'c',
},
},
b: {},
c: {},
},
});

0 comments on commit a7b8374

Please sign in to comment.