format source with scalafmt
This commit is contained in:
parent
0f40491d42
commit
ce404e4f53
1669 changed files with 43208 additions and 35404 deletions
|
|
@ -37,7 +37,7 @@ import akka.annotation.InternalApi
|
|||
case (_, _: PruningPerformed) => that
|
||||
case (PruningInitialized(thisOwner, thisSeen), PruningInitialized(thatOwner, thatSeen)) =>
|
||||
if (thisOwner == thatOwner)
|
||||
PruningInitialized(thisOwner, thisSeen union thatSeen)
|
||||
PruningInitialized(thisOwner, thisSeen.union(thatSeen))
|
||||
else if (Member.addressOrdering.compare(thisOwner.address, thatOwner.address) > 0)
|
||||
that
|
||||
else
|
||||
|
|
@ -46,4 +46,3 @@ import akka.annotation.InternalApi
|
|||
|
||||
def addSeen(node: Address): PruningState = this
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue