Skip to content

Commit 1f3789f

Browse files
Reef-7sanchitmonga22
authored andcommitted
Cast Removal
1 parent 56392dd commit 1f3789f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/runanywhere-flutter/packages/runanywhere/lib/native/dart_bridge_vad.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class DartBridgeVAD {
229229
handle,
230230
samplesPtr,
231231
samples.length,
232-
resultPtr.cast<Void>(),
232+
resultPtr,
233233
);
234234

235235
if (status != RAC_SUCCESS) {

0 commit comments

Comments
 (0)