Skip to content

Commit

Permalink
syntax better spaced
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Oct 17, 2024
1 parent 0d0dcac commit 6be8c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rascal-lsp/src/main/rascal/lang/rascal/lsp/Actions.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ value evaluateRascalCommand(sortImportsAndExtends(Header h)) {
'
'<}><for (i <- sort(imports)) {><i>
'<}>"[..-1] +
"<if (imports != []) {>
"<if (imports != [] && grammar != []) {>
'
'<}><for (i <- grammar) {><i>
'<}>"[..-1];
Expand Down

0 comments on commit 6be8c16

Please sign in to comment.