Skip to content

Commit

Permalink
Add single-quote to rascalMF to avoid excessive whitespace on the l…
Browse files Browse the repository at this point in the history
…ast line
  • Loading branch information
sungshik committed Nov 18, 2024
1 parent 42cf801 commit b39de03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/rascalmpl/library/util/Reflective.rsc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ private str rascalMF(str name)
'Project-Name: <name>
'Source: src/main/rascal
'Require-Libraries:
";
'";
private str pomXml(str name, str group, str version)
= "\<?xml version=\"1.0\" encoding=\"UTF-8\"?\>
Expand Down

0 comments on commit b39de03

Please sign in to comment.