Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b02e3baf authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "Fix build warning on unused var" am: 846078a2 am: a2ed4171

parents 0b0b8c5c a2ed4171
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -815,7 +815,7 @@ impl BluetoothSocketManager {
                                                        Ok(None)
                                                        Ok(None)
                                                    }
                                                    }
                                                }
                                                }
                                                Err(e) => Ok(None),
                                                Err(_e) => Ok(None),
                                            };
                                            };
                                        }
                                        }