Skip to content

Enhance Solidity Code Formatting using Husky#305

Closed
pankajjagtapp wants to merge 4 commits intomasterfrom
pankaj/feat/enhance-code-formatting
Closed

Enhance Solidity Code Formatting using Husky#305
pankajjagtapp wants to merge 4 commits intomasterfrom
pankaj/feat/enhance-code-formatting

Conversation

@pankajjagtapp
Copy link
Copy Markdown
Contributor

@pankajjagtapp pankajjagtapp commented Oct 30, 2025

Note

Applies a project-wide Solidity formatting pass (import/order/spacing, numeric literal style, compact statements) and cleans up tests/libraries without changing behavior.

  • Codebase formatting/cleanup:
    • Normalize import ordering, whitespace, and compress multi-line declarations to single-line across contracts, interfaces, libraries, and tests.
    • Adopt consistent numeric literal style and minor syntactic tidy-ups (e.g., concise returns, combined expressions).
    • No functional logic changes intended.
  • Tests/libraries:
    • Update tests to match new formatting/literal styles; small refactors and clearer constants.
    • Minor helper/util cleanup; event/expectation formatting; expanded coverage remains unchanged behaviorally.

Written by Cursor Bugbot for commit cba61ce. This will update automatically on new commits. Configure here.

@pankajjagtapp pankajjagtapp self-assigned this Oct 30, 2025
@pankajjagtapp pankajjagtapp deleted the pankaj/feat/enhance-code-formatting branch October 30, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant