Adjust spaces

Summary: ^

Reviewed By: LukeDefeo

Differential Revision: D39575336

fbshipit-source-id: b9c2cf75d674a3ee86dc26f918fc0d9130bc8dc0
This commit is contained in:
Lorenzo Blasa
2022-09-20 05:15:50 -07:00
committed by Facebook GitHub Bot
parent 1744335ddd
commit 83f8a0675c

View File

@@ -43,11 +43,11 @@ class NativeScanScheduler(val context: Context) : Scheduler.Task<ScanResult> {
val serialized = val serialized =
Json.encodeToString(NativeScanEvent.serializer(), NativeScanEvent(input.txId, input.nodes)) Json.encodeToString(NativeScanEvent.serializer(), NativeScanEvent(input.txId, input.nodes))
val serializationEnd = System.currentTimeMillis() val serializationEnd = System.currentTimeMillis()
context.connectionRef.connection?.send( context.connectionRef.connection?.send(
NativeScanEvent.name, NativeScanEvent.name,
serialized, serialized,
) )
val socketEnd = System.currentTimeMillis() val socketEnd = System.currentTimeMillis()
context.connectionRef.connection?.send( context.connectionRef.connection?.send(