Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Sep 29, 2024
1 parent 4fc3f5f commit 805f95b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ private boolean federatedExecutionIsSupported(Resource resource, LFGeneratorCont
if (!supportsFederated(platform)) {
messageReporter
.at(targetDecl)
.error("Federations are not supported by the " + platform.getcMakeName() + " platform.");
.error(
"Federations are not supported by the " + platform.getcMakeName() + " platform.");
targetOK = false;
}
}
Expand Down

0 comments on commit 805f95b

Please sign in to comment.