mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix a style checking issue
This commit is contained in:
parent
e98cd5d44c
commit
1d1d84497e
@ -9,9 +9,7 @@ cluster = ClickHouseCluster(__file__)
|
||||
|
||||
node1 = cluster.add_instance(
|
||||
"node1",
|
||||
main_configs=[
|
||||
"configs/system_logs_order_by.xml"
|
||||
],
|
||||
main_configs=["configs/system_logs_order_by.xml"],
|
||||
stay_alive=True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user