Skip to content

Commit

Permalink
Check spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Nov 27, 2023
1 parent 87a0faf commit 2723b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void apply(KApply app) {
if (app.klabel().equals(KLabels.RAW_TERM)) {
errors.add(
KEMException.compilerError(
"Found usage of"
"Found usage of "
+ KLabels.RAW_TERM.name()
+ "; this production is reserved for K backend usage and"
+ " cannot appear in user code.",
Expand Down

0 comments on commit 2723b41

Please sign in to comment.