Skip to content

Commit

Permalink
code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Jul 26, 2022
1 parent 2c87dea commit dc96d1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ else if (sToken.charAt(1) == '\\') {
rdr.next();
return read_char(token);
}

throw new ParseError(formatParseError(
token,
"Expected a valid reader macro '#{..}', '#(..)' or '#\\x'"));
Expand Down

0 comments on commit dc96d1e

Please sign in to comment.