Remove space in comment

This commit is contained in:
Foti Dim
2024-03-01 09:50:56 +01:00
parent 75b73f48ec
commit 300295b947
+1 -1
View File
@@ -178,7 +178,7 @@ class UniversalBle {
);
}
/// To get connected devices to the system ( connected by any app )
/// To get connected devices to the system (connected by any app)
/// use [withServices] to filter devices by services
/// on `iOS`, `MacOS` [withServices] is required to get connected devices, else [1800] service will be used as default filter
/// on `Android`, `Linux` and `Windows`, if [withServices] is used, then internally all services will be discovered for each device first (either by connecting or by using cached services)