Skip to content

Commit

Permalink
delete extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
math-hiyoko committed May 14, 2024
1 parent 934d254 commit 667960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ invocation_response invocation_response::failure(std::string const& error_messag
r.m_success = false;
r.m_content_type = "application/json";
r.m_payload = R"({"errorMessage":")" + json_escape(error_message) + R"(","errorType":")" + json_escape(error_type) +
R"(", "stackTrace":[]})";
R"(","stackTrace":[]})";
return r;
}

Expand Down

0 comments on commit 667960c

Please sign in to comment.