3
0
mirror of https://github.com/hyprwm/Hyprland.git synced 2026-08-18 11:02:10 +00:00

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 Vaxry
parent 39f3feddbe
commit ec0609998e

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()));
}