about summary refs log tree commit diff stats
path: root/bluetooth-devices.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bluetooth-devices.sh')
-rwxr-xr-xbluetooth-devices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth-devices.sh b/bluetooth-devices.sh
index 91c3ae9..c93bf84 100755
--- a/bluetooth-devices.sh
+++ b/bluetooth-devices.sh
@@ -3,7 +3,7 @@
 # will be connected / disconnected 
 #   
 
-connect_bluetooth(){
+connect_bluetooth() {
     local MAC=$1
     local DEVICE=$2
     if bluetoothctl connect $MAC | grep -q 'successful'