Skip to content

Commit 2c03ee9

Browse files
ikalachycarlspring
authored andcommitted
fix: formatting
1 parent 4e762cf commit 2c03ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/neonbee/internal/cluster/entity/ClusterEntityRegistry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public Future<Void> register(String sharedMapKey, String value) {
7777
@Override
7878
public Future<Void> unregister(String sharedMapKey, String value) {
7979
return Future.all(entityRegistry.unregister(sharedMapKey, value), clusteringInformation
80-
.unregister(getClusterNodeId(), clusterRegistrationInformation(sharedMapKey, value)))
80+
.unregister(getClusterNodeId(), clusterRegistrationInformation(sharedMapKey, value)))
8181
.mapEmpty();
8282
}
8383

0 commit comments

Comments
 (0)