From 45cba2778426601bdffbcfe6aa7310aee76a6e54 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 11:31:04 +0100 Subject: Apply changes suggested by clang-format 11 --- src/buildtool/execution_api/common/execution_response.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/common/execution_response.hpp') diff --git a/src/buildtool/execution_api/common/execution_response.hpp b/src/buildtool/execution_api/common/execution_response.hpp index 76349018..09947626 100644 --- a/src/buildtool/execution_api/common/execution_response.hpp +++ b/src/buildtool/execution_api/common/execution_response.hpp @@ -23,7 +23,7 @@ class IExecutionResponse { IExecutionResponse(IExecutionResponse const&) = delete; IExecutionResponse(IExecutionResponse&&) = delete; auto operator=(IExecutionResponse const&) -> IExecutionResponse& = delete; - auto operator=(IExecutionResponse &&) -> IExecutionResponse& = delete; + auto operator=(IExecutionResponse&&) -> IExecutionResponse& = delete; virtual ~IExecutionResponse() = default; [[nodiscard]] virtual auto Status() const noexcept -> StatusCode = 0; -- cgit v1.2.3