From b1d1c9843f1977f80ca5c9e9ea01d3848e233fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Minarowski?= <30625554+n3oney@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:40:50 +0100 Subject: [PATCH] hyprctl: remove trailing comma from json object (#13042) --- src/debug/HyprCtl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/HyprCtl.cpp b/src/debug/HyprCtl.cpp index 41b34e8a..9353443b 100644 --- a/src/debug/HyprCtl.cpp +++ b/src/debug/HyprCtl.cpp @@ -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(d.get())); }