Remove unnecessary quoting in exception message

This commit is contained in:
Francisco Javier Jurado Moreno 2024-05-28 10:00:32 +02:00
parent ed1d933e53
commit 581982739f

View File

@ -141,7 +141,7 @@ private:
{
throw Exception(
ErrorCodes::BAD_ARGUMENTS,
"Invalid expression for function {} - Negative sizes are not allowed (\"{}\")",
"Invalid expression for function {} - Negative sizes are not allowed ({})",
getName(),
base
);