fix json output in hyprctl animations

This commit is contained in:
vaxerski 2023-02-11 20:54:32 +00:00
parent 97e0f02621
commit 287f31329e

View file

@ -517,7 +517,7 @@ std::string animationsRequest(HyprCtl::eHyprCtlOutputFormat format) {
ret.pop_back();
ret += "]";
ret += "]]";
}
return ret;