Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBtz authored Apr 6, 2021
1 parent ba3fda0 commit 8926b6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ public List<Plugin> resolveDependenciesFromManifest(Plugin plugin) {
dependentPlugin.setVersion(latestPluginVersion);
dependentPlugin.setLatest(true);
} catch(PluginNotFoundException e) {
if (! dependentPlugin.getOptional()) {
if (!dependentPlugin.getOptional()) {
throw e;
}
}
Expand Down

0 comments on commit 8926b6e

Please sign in to comment.