fix code style

This commit is contained in:
Memo 2022-04-18 12:21:48 +08:00
parent b3adf150b5
commit d03621115a
2 changed files with 3 additions and 1 deletions

View File

@ -14,4 +14,4 @@ INSERT INTO table_for_alter VALUES (3, '3'); -- { serverError 252 }
ALTER TABLE table_for_alter MODIFY SETTING parts_to_throw_insert = 100, parts_to_delay_insert = 100;
INSERT INTO table_for_alter VALUES (3, '3');
INSERT INTO table_for_alter VALUES (3, '3');