From 08ba9400d3a4ae6f0b458b18bcb68f9462697e3e Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 11 Oct 2023 15:32:03 +0800 Subject: [PATCH] whitespace --- lib/filament_controller_ffi.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/filament_controller_ffi.dart b/lib/filament_controller_ffi.dart index d80b663e..a0a420f2 100644 --- a/lib/filament_controller_ffi.dart +++ b/lib/filament_controller_ffi.dart @@ -820,7 +820,6 @@ class FilamentControllerFFI extends FilamentController { throw Exception("Failed to get picking result"); } } - var entityId = outPtr.value; _pickResultController.add(entityId); calloc.free(outPtr);