Skip to content

Commit

Permalink
Merge pull request #378 from mileskerr/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
JakeRoggenbuck authored Jul 22, 2022
2 parents e7fa4b4 + cfe8f40 commit cc60551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ impl fmt::Display for Config {
// config iterable. This would also make safe_fill_config a lot easier as well.
write!(
f,
"powersave_under = {}\noverheat_threshold = {}\nhigh_cpu_threshold = {}\nacive_rules = {:?}",
"powersave_under = {}\noverheat_threshold = {}\nhigh_cpu_threshold = {}\nactive_rules = {:?}",
self.powersave_under, self.overheat_threshold, self.high_cpu_threshold, self.active_rules,
)
}
Expand Down

0 comments on commit cc60551

Please sign in to comment.