Skip to content

Conversation

@maxnorm
Copy link
Collaborator

@maxnorm maxnorm commented Oct 26, 2025

Summary

The Test action was failing due to formatting issue inside DiamondCutFacet.sol

Changes Made

I adjust the formatting to remove the tabs as requested by forge fmt --check

Checklist

Before submitting this PR, please ensure:

  • Code follows the Solidity feature ban - No inheritance, constructors, modifiers, public/private variables, external library functions, using for directives, or selfdestruct

  • Code follows Design Principles - Readable, uses diamond storage, favors composition over inheritance

  • Code matches the codebase style - Consistent formatting, documentation, and patterns (e.g. ERC20Facet.sol)

  • Code is formatted with forge fmt

  • Tests are included - All new functionality has comprehensive tests

  • All tests pass - Run forge test and ensure everything works

  • Documentation updated - If applicable, update relevant documentation

Make sure to follow the CONTRIBUTING.md guidelines.

Additional Notes

@github-actions
Copy link

Coverage Report

Coverage

Metric Coverage Details
Lines 28% 182/650 lines
Functions 34% 35/102 functions
Branches 20% 26/129 branches

Last updated: Sun, 26 Oct 2025 15:26:20 GMT for commit 0dac8eb

@maxnorm maxnorm merged commit 149177e into Perfect-Abstractions:main Oct 26, 2025
2 of 3 checks passed
JackieXu pushed a commit to JackieXu/Compose that referenced this pull request Nov 6, 2025
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