Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Nov 1, 2023
1 parent 9bca4c3 commit 774560d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ private static void check(ModuleItem i) {
if (nts.size() != 1
|| !((NonTerminal) nts.get(0)).getSort().equals(s.getDeclaredSort().getSort()))
throw KEMException.outerParserError(
"bracket productions should have exactly one non-terminal of the same sort as the"
+ " production.",
"bracket productions should have exactly one non-terminal "
+ "of the same sort as the production.",
p.getSource(),
p.getLocation());
}
Expand Down

0 comments on commit 774560d

Please sign in to comment.