hyprctl: remove trailing comma from json object (#13042)
This commit is contained in:
parent
2a2c2b0e28
commit
b1d1c9843f
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ static std::string devicesRequest(eHyprCtlOutputFormat format, std::string reque
|
||||||
result += std::format(
|
result += std::format(
|
||||||
R"#( {{
|
R"#( {{
|
||||||
"address": "0x{:x}",
|
"address": "0x{:x}",
|
||||||
"type": "tabletTool",
|
"type": "tabletTool"
|
||||||
}},)#",
|
}},)#",
|
||||||
rc<uintptr_t>(d.get()));
|
rc<uintptr_t>(d.get()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue