mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Style
This commit is contained in:
parent
19d39d7881
commit
8369998286
@ -29,7 +29,8 @@ public:
|
||||
Exception() = default;
|
||||
|
||||
// used to remove the sensitive information from exceptions if query_masking_rules is configured
|
||||
struct MessageMasked {
|
||||
struct MessageMasked
|
||||
{
|
||||
std::string msg;
|
||||
MessageMasked(const std::string & msg_);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user