Skip to content

Commit

Permalink
Improve code readability v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Jan 16, 2024
1 parent 30b3291 commit 25518d6
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 376 deletions.
2 changes: 1 addition & 1 deletion src/30statements.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ yy.Statements = class Statements {
const res = statements.map(st => st(params));
if (cb) cb(res);
return res;
};
};
}
};
Loading

0 comments on commit 25518d6

Please sign in to comment.