Skip to content

Commit

Permalink
chore: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Jan 1, 2024
1 parent bf28b33 commit 8e34615
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 2 deletions.
1 change: 0 additions & 1 deletion www/islands/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function Game() {
function generate() {
return async function* () {
while (kind.value !== "END") {

yield await fn.value(context);
}
};
Expand Down
Loading

0 comments on commit 8e34615

Please sign in to comment.