Commit 345867b
committed
style(ci): clang-format vb_branch_types initializer
clang-format-20 requires the opening brace on its own line when the
array initializer spans multiple lines; the previous column-aligned
style triggered [-Wclang-format-violations]. Auto-corrected with
clang-format; verified lint-ci passes locally.
Signed-off-by: Ankit Susheel <ankitsusheel@gmail.com>1 parent c476341 commit 345867b
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
404 | 403 | | |
405 | 404 | | |
406 | 405 | | |
| |||
0 commit comments