Skip to content

Commit

Permalink
added weirdly missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 29, 2024
1 parent 90efee4 commit 1133cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private void addModuleRelations(ModuleNode module) {
}

for (var requires : module.requires) {
var required = M3LocationUtil.makeLocation("java+module", "", requires.module)
var required = M3LocationUtil.makeLocation("java+module", "", requires.module);
insert(moduleRequiresModule, modLoc, required);
}

Expand Down

0 comments on commit 1133cb6

Please sign in to comment.