Skip to content

Commit

Permalink
style: clkippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Jan 5, 2024
1 parent 872987e commit 837082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sensors/powercap_rapl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl RecordReader for Topology {
Ok(val) => {
total += val;
}
Err(e) =>{
Err(e) => {
warn!("could'nt convert {} to i128: {}", dr.value.trim(), e);
}
}
Expand Down

0 comments on commit 837082e

Please sign in to comment.