Skip to content

Commit

Permalink
chore: format compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
spotandjake committed Jan 24, 2024
1 parent 878044b commit db22073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/runner.re
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ let makeGrainDocErrorRunner = (test, name, filename, expected, arguments) => {
expect.string(result).toMatch(expected);
},
);
};
};

0 comments on commit db22073

Please sign in to comment.