Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Jan 30, 2024
1 parent d5853a7 commit 01c2af3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sensors/msr_rapl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,8 @@ pub unsafe fn get_msr_value(
}
}
}
None => { panic!("DRIVER_NAME not set."); }
None => {
panic!("DRIVER_NAME not set.");
}
}
}
}

0 comments on commit 01c2af3

Please sign in to comment.