Commit e845f01
chore: clang-format two over-long QVERIFY2 lines in tst_integration.cpp (#1475)
CodeRabbit's auto-fix on #1471 captured the QFile::write() return value
and asserted it equals the payload size — sensible nit. The resulting
QVERIFY2 calls busted the 80-col limit and the super-linter is rejecting
unrelated PRs (#1474 head was 7430a35) because clang-format runs over
the whole tree.
Reformat both calls — break after the condition, matches the style of
all the other QVERIFY2 sites added in earlier security PRs.
No semantic change.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f76afff commit e845f01
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
| 430 | + | |
| 431 | + | |
431 | 432 | | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
436 | | - | |
| 437 | + | |
| 438 | + | |
437 | 439 | | |
438 | 440 | | |
439 | 441 | | |
| |||
0 commit comments