Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine committed Jul 25, 2023
1 parent 61b0fd2 commit ebde4d0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,8 @@ protected String canProduce(
}
}
if (producers.size() == failingProducers.size()) {
return String.format("Adjacent territories to %s cannot produce because:\n\n%s", to.getName(), error);
return String.format(
"Adjacent territories to %s cannot produce because:\n\n%s", to.getName(), error);
}
return null;
}
Expand Down

0 comments on commit ebde4d0

Please sign in to comment.