Skip to content

Commit 851d2c6

Browse files
committed
spotless
1 parent bd50c9c commit 851d2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/src/main/kotlin/io/libp2p/pubsub/PubsubRouter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface PubsubMessage {
2323
get() = protobufMessage.topicIDsList
2424

2525
val size: Int
26-
get() = protobufMessage.data.size()
26+
get() = protobufMessage.data.size()
2727

2828
fun messageSha256() = sha256(protobufMessage.toByteArray())
2929

0 commit comments

Comments
 (0)