Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalachy authored and carlspring committed Aug 7, 2024
1 parent 4e762cf commit 2c03ee9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public Future<Void> register(String sharedMapKey, String value) {
@Override
public Future<Void> unregister(String sharedMapKey, String value) {
return Future.all(entityRegistry.unregister(sharedMapKey, value), clusteringInformation
.unregister(getClusterNodeId(), clusterRegistrationInformation(sharedMapKey, value)))
.unregister(getClusterNodeId(), clusterRegistrationInformation(sharedMapKey, value)))
.mapEmpty();
}

Expand Down

0 comments on commit 2c03ee9

Please sign in to comment.