Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Aug 12, 2023
1 parent 8e9235c commit 64dcd8a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/compile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import boolbase from "boolbase";
* ```
*/
export function compile(
parsed: [a: number, b: number]
parsed: [a: number, b: number],
): (index: number) => boolean {
const a = parsed[0];
// Subtract 1 from `b`, to convert from one- to zero-indexed.
Expand Down

0 comments on commit 64dcd8a

Please sign in to comment.