Commit 2b6ca8b
committed
style(protobuf): apply ruff-format to assert statement in test
ruff-format reformatted the multi-line assert to put the condition
arguments on their own line instead of wrapping in parentheses.
Keeps pre-commit CI green.
Co-Authored-By: Claude and aki1770-del <aki1770@gmail.com>1 parent 310315c commit 2b6ca8b
File tree
1 file changed
+3
-3
lines changed- tests/vspec/test_protobuf_enum_allowed
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments