hyprctl: remove trailing comma from json object (#13042)

This commit is contained in:
Michał Minarowski 2026-01-23 21:40:50 +01:00 committed by GitHub
parent 2a2c2b0e28
commit b1d1c9843f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -802,7 +802,7 @@ static std::string devicesRequest(eHyprCtlOutputFormat format, std::string reque
result += std::format(
R"#( {{
"address": "0x{:x}",
"type": "tabletTool",
"type": "tabletTool"
}},)#",
rc<uintptr_t>(d.get()));
}