From 300295b947016ff30d7fcbd8d3e5b081b46032e1 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Fri, 1 Mar 2024 09:50:56 +0100 Subject: [PATCH] Remove space in comment --- lib/src/universal_ble.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/universal_ble.dart b/lib/src/universal_ble.dart index 15abd44..b607ccb 100644 --- a/lib/src/universal_ble.dart +++ b/lib/src/universal_ble.dart @@ -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)