Commit 4d91d93
committed
style: ruff-format db2.py — collapse two single-argument .eq() chains
ruff-format collapses:
exp.func(...).eq(
exp.Literal.string(x)
)
to a single line when it fits within the line-length limit.
No logic change.1 parent f859542 commit 4d91d93
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
| 360 | + | |
| 361 | + | |
366 | 362 | | |
367 | 363 | | |
368 | 364 | | |
| |||
0 commit comments