Skip to content

Commit

Permalink
Remove accidental changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Feb 2, 2024
1 parent 291abd3 commit fed1d94
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 fed1d94

Please sign in to comment.