From c3d6d7398c8dede07c7e3e859248f121222dc390 Mon Sep 17 00:00:00 2001 From: Mathias Koch Date: Sat, 28 Mar 2020 16:36:51 +0100 Subject: [PATCH] Formatting --- src/command/mobile_control/mod.rs | 2 +- src/command/mobile_control/responses.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command/mobile_control/mod.rs b/src/command/mobile_control/mod.rs index 5764104..fe4dbd2 100644 --- a/src/command/mobile_control/mod.rs +++ b/src/command/mobile_control/mod.rs @@ -59,7 +59,7 @@ pub struct GetIndicatorControl; #[derive(Clone, AtatCmd)] #[at_cmd("+CCLK", NoResponse)] pub struct SetClock<'a> { - pub time: &'a str + pub time: &'a str, } /// 5.7 Clock +CCLK diff --git a/src/command/mobile_control/responses.rs b/src/command/mobile_control/responses.rs index 75e234d..985fc52 100644 --- a/src/command/mobile_control/responses.rs +++ b/src/command/mobile_control/responses.rs @@ -92,7 +92,7 @@ pub struct IndicatorControl { /// Reads the real-time clock of the MT #[derive(Clone, Debug, AtatResp)] pub struct DateTime { - pub time: heapless::String + pub time: heapless::String, } /// 5.19 Report mobile termination error +CMEE