Skip to content

Commit

Permalink
[Cleanup] remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Jun 13, 2024
1 parent e6cf1ce commit 68a36c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ public void onMethodCall(@NonNull MethodCall call,
}
}
if (gatt == null) {
gatt = mConnectedDevices.get(remoteId);;
gatt = mConnectedDevices.get(remoteId);
}
if (gatt == null) {
gatt = mAutoConnected.get(remoteId);
Expand Down

0 comments on commit 68a36c6

Please sign in to comment.