summaryrefslogtreecommitdiff
path: root/src/buildtool/common/action_description.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtool/common/action_description.hpp')
-rw-r--r--src/buildtool/common/action_description.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/action_description.hpp b/src/buildtool/common/action_description.hpp
index f4756688..e51552ad 100644
--- a/src/buildtool/common/action_description.hpp
+++ b/src/buildtool/common/action_description.hpp
@@ -196,7 +196,7 @@ class ActionDescription {
return action_.Id();
}
- [[nodiscard]] auto ToJson() const noexcept -> nlohmann::json {
+ [[nodiscard]] auto ToJson() const -> nlohmann::json {
auto json = nlohmann::json{{"command", action_.Command()}};
if (not output_files_.empty()) {
json["output"] = output_files_;