Skip to content

bug(forge fmt): compile failure after fmt #12029

@0xClandestine

Description

@0xClandestine

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

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions