Loading system/gd/rust/shim/src/hci.rs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ pub struct Hci { impl Hci { pub fn new(rt: Arc<Runtime>, internal: HciFacadeService) -> Self { Self { rt, internal } Self { internal, rt } } } Loading Loading
system/gd/rust/shim/src/hci.rs +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ pub struct Hci { impl Hci { pub fn new(rt: Arc<Runtime>, internal: HciFacadeService) -> Self { Self { rt, internal } Self { internal, rt } } } Loading