mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 17:32:32 +00:00
Fix style error
This commit is contained in:
parent
ad4594c298
commit
ed8ecc987e
@ -37,7 +37,7 @@ void InterpreterCreateFunctionQuery::validateFunction(ASTPtr function)
|
||||
{
|
||||
if (!arguments.contains(identifier))
|
||||
{
|
||||
std::stringstream s;
|
||||
WriteBufferFromOwnString s;
|
||||
s << "Identifier '" << identifier << "' does not exist in arguments";
|
||||
throw Exception(s.str(), ErrorCodes::UNKNOWN_IDENTIFIER);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user