fixed the unneeded return statement warnings. (#31863)

This commit is contained in:
Aarya Khandelwal 2024-03-26 14:28:34 +05:30 committed by GitHub
parent f7669b5238
commit d814d05539
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 33 additions and 33 deletions

View file

@ -539,7 +539,7 @@ impl BluetoothMethods for Bluetooth {
let sender = response_async(&p, self);
self.request_bluetooth_devices(&p, &option.filters, &option.optionalServices, sender);
//Note: Step 3 - 4. in response function, Step 5. in handle_response function.
return p;
p
}
// https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetooth-getavailability