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

Commit d9fe7ac9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update source for new lints in 1.52.1" am: cc3f95ae

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1775248

Change-Id: I8d992e158465c46554440be1239374febbfbb587
parents 17803aa5 cc3f95ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ pub struct Hci {

impl Hci {
    pub fn new(rt: Arc<Runtime>, internal: HciFacadeService) -> Self {
        Self { rt, internal }
        Self { internal, rt }
    }
}