fix: clang-format

This commit is contained in:
littleblack111 2024-11-10 14:48:47 +08:00
parent a00589aefc
commit c08c924437
No known key found for this signature in database
GPG key ID: 736753424BA3940C

View file

@ -31,7 +31,7 @@ static std::string execAndGet(std::string cmd) {
cmd += " 2>&1"; cmd += " 2>&1";
CProcess proc("/bin/sh", {cmd}); CProcess proc("/bin/sh", {cmd});
if (!proc.runSync()) if (!proc.runSync())
return "error"; return "error";