Skip to content

Commit 779997b

Browse files
fmt
1 parent c9afa5c commit 779997b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

akka-cluster-sharding/src/main/scala/akka/cluster/sharding/internal/ClusterShardingInstrumentation.scala

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -166,17 +166,9 @@ trait ClusterShardingInstrumentation {
166166
*/
167167
def incrementShardRegionBufferSize(selfAddress: Address, shardRegionActor: ActorRef, typeName: String): Unit
168168

169-
def requestedShardHome(
170-
selfAddress: Address,
171-
shardRegionActor: ActorRef,
172-
typeName: String,
173-
shardId: String): Unit
174-
175-
def receivedShardHome(
176-
selfAddress: Address,
177-
shardRegionActor: ActorRef,
178-
typeName: String,
179-
shardId: String): Unit
169+
def requestedShardHome(selfAddress: Address, shardRegionActor: ActorRef, typeName: String, shardId: String): Unit
170+
171+
def receivedShardHome(selfAddress: Address, shardRegionActor: ActorRef, typeName: String, shardId: String): Unit
180172

181173
/**
182174
* Optional dependencies for this instrumentation.

0 commit comments

Comments
 (0)