Skip to content

Commit

Permalink
213: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jun 30, 2020
1 parent c4edcc1 commit 99483fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ public void installDerivedState(final DerivedStateAwareResource resource, final
}
}

protected void copyEPackages(EdeltaProgram program,
EdeltaCopiedEPackagesMap copiedEPackagesMap) {
protected void copyEPackages(EdeltaProgram program, EdeltaCopiedEPackagesMap copiedEPackagesMap) {
final var packages = program.getMetamodels().stream()
.distinct()
.collect(toList());
Expand Down

0 comments on commit 99483fe

Please sign in to comment.