fix: satisfy clang-format in CLI test #211

Merged
TapTap merged 1 commits from fix/dev-ci-clang-format into dev 2026-08-15 11:55:41 +02:00
Owner

Summary

Fix the two misindented CLI option entries in tests/test_client_cli.c that caused the dev lint job to fail.

Verification

  • clang-format --dry-run --Werror tests/test_client_cli.c
  • Build passed
  • Unit tests passed: 25
  • Integration tests passed: 39 passed, 10 skipped, 1 xpassed
## Summary Fix the two misindented CLI option entries in `tests/test_client_cli.c` that caused the dev lint job to fail. ## Verification - `clang-format --dry-run --Werror tests/test_client_cli.c` - Build passed - Unit tests passed: 25 - Integration tests passed: 39 passed, 10 skipped, 1 xpassed
TapTap added 1 commit 2026-08-15 11:52:41 +02:00
fix: satisfy clang-format in CLI test
CI / lint (pull_request) Successful in 33s
CI / sanitizers (address) (pull_request) Successful in 37s
CI / sanitizers (undefined) (pull_request) Successful in 37s
CI / fuzz-build (pull_request) Successful in 14s
CI / coverage (pull_request) Successful in 31s
CI / build-and-test (pull_request) Successful in 1m16s
CI / valgrind (pull_request) Successful in 33s
786e686563
TapTap merged commit 41b624db5a into dev 2026-08-15 11:55:41 +02:00
TapTap deleted branch fix/dev-ci-clang-format 2026-08-15 11:55:44 +02:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TapTap/FastSync#211