Apply 'make format' [ci skip]

This commit is contained in:
github action 2026-08-15 01:00:00 +00:00
parent 6d6d15e003
commit 3334576b1d
1 changed files with 4 additions and 2 deletions

View File

@ -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()