Skip to content

Commit 87e3b32

Browse files
medvednikovclaude
andcommitted
fix vfmt formatting in new_generics_regression_test.v
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8327c8f commit 87e3b32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎vlib/v/generics/new_generics_regression_test.v‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ fn run_new_generic_solver_tests(root_label string, test_cmd string, expected_sum
7373
actual_count := count_str.int()
7474
expected_str := actual_expected_summary.all_after('files: ').all_before(' failed')
7575
expected_count := expected_str.int()
76-
if actual_count > 0 && expected_count > 0
77-
&& actual_count >= expected_count - 2 && actual_count <= expected_count + 2 {
76+
if actual_count > 0 && expected_count > 0 && actual_count >= expected_count - 2
77+
&& actual_count <= expected_count + 2 {
7878
found_acceptable = true
7979
break
8080
}

0 commit comments

Comments
 (0)