Fix trailing ending
This commit is contained in:
parent
889a3572e9
commit
6ff1b3b44c
@ -142,7 +142,7 @@ function install_mod {
|
|||||||
textField: 'thermalstate',\n\
|
textField: 'thermalstate',\n\
|
||||||
renderer: function(value){\n\
|
renderer: function(value){\n\
|
||||||
// sensors configuration\n\
|
// sensors configuration\n\
|
||||||
const cpu_address = \"$cpu_address\",\n\
|
const cpu_address = \"$cpu_address\";\n\
|
||||||
const cpu_item_Prefix = \"$cpu_item_prefix\";\n\
|
const cpu_item_Prefix = \"$cpu_item_prefix\";\n\
|
||||||
// display configuration\n\
|
// display configuration\n\
|
||||||
const coresPerRow = $CPUPerRow;\n\\n\
|
const coresPerRow = $CPUPerRow;\n\\n\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user