Skip to content

Commit

Permalink
Code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldpyatkov committed Apr 24, 2024
1 parent 7ed1811 commit cf29efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ else if (ctx.discovery().node(meta.senderNodeId()) == null) {
if (deps != null && meta.deploymentMode() == SHARED) {
assert !deps.isEmpty();

dep = (SharedDeployment) searchDeploymentCache(meta);
dep = (SharedDeployment)searchDeploymentCache(meta);

if (dep == null) {
for (SharedDeployment dep0 : deps) {
Expand Down

0 comments on commit cf29efc

Please sign in to comment.