From d906f6c4bf115c536a94c6997fad66fca2fbe6fd Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 20 Apr 2020 04:19:00 +0300 Subject: [PATCH] Update 01250_fixed_string_comparison.sql --- tests/queries/0_stateless/01250_fixed_string_comparison.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/01250_fixed_string_comparison.sql b/tests/queries/0_stateless/01250_fixed_string_comparison.sql index a68803c15aa..8481b3572bb 100644 --- a/tests/queries/0_stateless/01250_fixed_string_comparison.sql +++ b/tests/queries/0_stateless/01250_fixed_string_comparison.sql @@ -42,4 +42,4 @@ SELECT df = cf, df > cf, df < cf, df = df, df > df, df < df -FORMAT Vertical; \ No newline at end of file +FORMAT Vertical;