Skip to content

Commit 32f95e1

Browse files
Update nrf-hal-common/src/wdt.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 71aab30 commit 32f95e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nrf-hal-common/src/wdt.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ where
214214
#[inline(always)]
215215
pub fn is_active(&self) -> bool {
216216
cfg_if! {
217-
if #[cfg(feature = "9160")]
218-
{
217+
if #[cfg(feature = "9160")] {
219218
self.wdt.runstatus.read().runstatuswdt().bit_is_set()
220219
} else {
221220
self.wdt.runstatus.read().runstatus().bit_is_set()

0 commit comments

Comments
 (0)