From da9169fec897102250b6b59f4ead2402ea6b6eec Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 6 Jul 2022 17:32:41 +0300 Subject: [PATCH] hardware: fix cookstyle formatting --- cookbooks/hardware/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hardware/attributes/default.rb b/cookbooks/hardware/attributes/default.rb index 484c3987f..ff33c73b5 100644 --- a/cookbooks/hardware/attributes/default.rb +++ b/cookbooks/hardware/attributes/default.rb @@ -61,4 +61,4 @@ end if File.exist?("/sys/devices/system/cpu/cpu0/power/energy_perf_bias") default[:sysfs][:cpu_power_energy_perf_bias][:comment] = "Set CPU Energy-Performance Bias Preference to performance" default[:sysfs][:cpu_power_energy_perf_bias][:parameters][:"devices/system/cpu/cpu*/power/energy_perf_bias"] = "0" -end \ No newline at end of file +end -- 2.43.2