mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
rm unneeded parentheses
This commit is contained in:
parent
a1d3ea92b9
commit
647fb63b83
@ -129,7 +129,5 @@ const std::vector<std::pair<std::string, std::string>> expected_and_query_pairs
|
|||||||
TEST(FormatHiliting, Queries)
|
TEST(FormatHiliting, Queries)
|
||||||
{
|
{
|
||||||
for (const auto & [expected, query] : expected_and_query_pairs)
|
for (const auto & [expected, query] : expected_and_query_pairs)
|
||||||
{
|
|
||||||
compare(expected, query);
|
compare(expected, query);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user