brew style --fix

This commit is contained in:
Tokarak 2023-06-20 23:48:10 +01:00
parent 87158acfe0
commit 55bdbabaae

View File

@ -229,7 +229,7 @@ module Hardware
cpu cpu
end end
return if @target_cpu.blank? return if @target_cpu.blank?
"--codegen target-cpu=#{@target_cpu}" "--codegen target-cpu=#{@target_cpu}"
end end
end end