-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
Component
Forge
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge Version: 1.4.0-v1.4.0 Commit SHA: e5d659d Build Timestamp: 2025-10-08T16:07:51.889831000Z (1759939671) Build Profile: maxperf
What version of Foundryup are you on?
foundryup: 1.3.0
What command(s) is the bug in?
forge fmt
Operating System
None
Describe the bug
Before:
emit OperatorSharesDecreased(
defaultOperator,
address(0),
strategyMock,
depositAmount / 6 // 1 withdrawal not queued so decreased
);
After:
emit OperatorSharesDecreased(defaultOperator, address(0), strategyMock, depositAmount / 6 // 1 withdrawal not queued so decreased);
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done