diff options
author | babenko <[email protected]> | 2023-09-01 19:30:59 +0300 |
---|---|---|
committer | babenko <[email protected]> | 2023-09-01 19:46:26 +0300 |
commit | 8ac98a9125aef1c4b0c10d01a7995b4af7c84cb6 (patch) | |
tree | 21ffb4219c628980179c58c4df61d35819a8911a | |
parent | e6b421dec0f58cc4a94f136f7725e4207e7f08c0 (diff) |
Styling
-rw-r--r-- | yt/yt/client/api/rpc_proxy/client_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/client/api/rpc_proxy/client_impl.cpp b/yt/yt/client/api/rpc_proxy/client_impl.cpp index 34624f4640a..ab3c45fc198 100644 --- a/yt/yt/client/api/rpc_proxy/client_impl.cpp +++ b/yt/yt/client/api/rpc_proxy/client_impl.cpp @@ -1732,7 +1732,7 @@ NProto::EMaintenanceComponent ConvertMaintenanceComponentToProto(EMaintenanceCom case EMaintenanceComponent::Host: return NProto::EMaintenanceComponent::MC_HOST; default: - THROW_ERROR_EXCEPTION("Invalid maintenance component %Qv", component); + THROW_ERROR_EXCEPTION("Invalid maintenance component %Qlv", component); } } |