From 3334576b1d274c1408bf6483d55ed68259cc0d13 Mon Sep 17 00:00:00 2001 From: github action Date: Sat, 15 Aug 2026 01:00:00 +0000 Subject: [PATCH] Apply 'make format' [ci skip] --- test_regress/t/t_dist_test_style.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test_regress/t/t_dist_test_style.py b/test_regress/t/t_dist_test_style.py index f0012653a..765587b5d 100755 --- a/test_regress/t/t_dist_test_style.py +++ b/test_regress/t/t_dist_test_style.py @@ -54,7 +54,9 @@ for filename in sorted(files.keys()): contents = test.file_contents(filename) - check_pattern(filename, contents, r'`check[a-z]+\([^\n]*?randomize\(', - "check macros have side effects, suggest assign to randomize_result variable and check that") + check_pattern( + filename, contents, r'`check[a-z]+\([^\n]*?randomize\(', + "check macros have side effects, suggest assign to randomize_result variable and check that" + ) test.passes()