From 83f8a0675c8cf18261a2f5140296844245153cba Mon Sep 17 00:00:00 2001 From: Lorenzo Blasa Date: Tue, 20 Sep 2022 05:15:50 -0700 Subject: [PATCH] Adjust spaces Summary: ^ Reviewed By: LukeDefeo Differential Revision: D39575336 fbshipit-source-id: b9c2cf75d674a3ee86dc26f918fc0d9130bc8dc0 --- .../flipper/plugins/uidebugger/core/NativeScanScheduler.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/main/java/com/facebook/flipper/plugins/uidebugger/core/NativeScanScheduler.kt b/android/src/main/java/com/facebook/flipper/plugins/uidebugger/core/NativeScanScheduler.kt index 984dd088f..1b1d20e8c 100644 --- a/android/src/main/java/com/facebook/flipper/plugins/uidebugger/core/NativeScanScheduler.kt +++ b/android/src/main/java/com/facebook/flipper/plugins/uidebugger/core/NativeScanScheduler.kt @@ -43,11 +43,11 @@ class NativeScanScheduler(val context: Context) : Scheduler.Task { val serialized = Json.encodeToString(NativeScanEvent.serializer(), NativeScanEvent(input.txId, input.nodes)) val serializationEnd = System.currentTimeMillis() + context.connectionRef.connection?.send( NativeScanEvent.name, serialized, ) - val socketEnd = System.currentTimeMillis() context.connectionRef.connection?.send(