whitespace

This commit is contained in:
Nick Fisher
2023-10-11 15:32:03 +08:00
parent 4d827badc4
commit 08ba9400d3

View File

@@ -820,7 +820,6 @@ class FilamentControllerFFI extends FilamentController {
throw Exception("Failed to get picking result"); throw Exception("Failed to get picking result");
} }
} }
var entityId = outPtr.value; var entityId = outPtr.value;
_pickResultController.add(entityId); _pickResultController.add(entityId);
calloc.free(outPtr); calloc.free(outPtr);