Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
cab404 committed Aug 26, 2023
1 parent 7f30b54 commit 4e94f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/squiggle-lang/__tests__/ast/parse_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ describe("Peggy parse", () => {
});

describe("units", () => {
testEvalToBe("100%", "1")
testEvalToBe("1-0%", "1")
testEvalToBe("100%", "1");
testEvalToBe("1-0%", "1");
});

describe("literals operators parenthesis", () => {
Expand Down

0 comments on commit 4e94f13

Please sign in to comment.