<!-- canonical: https://0xsimao.com/findings/maple-finance-syrup-extra-spaces -->

# Extra spaces found in some instances of the codebase

Low/Info · Three Sigma · Permissionless lending · 23rd August, 2024

Finding 3S-SY-N01 of the Maple Syrup security review.

- Protocol: https://maple.finance/
- Report: /reports/maple-finance-syrup
- Source: https://github.com/0xsimao/audits/blob/main/Three%20Sigma/2024-08-23-maple-finance-syrup.pdf

---

### Description

Some extra spaces were found in the codebase which could be fixed for increased readability.

### Recommendation

- `bytes32 public immutable  override poolId;` in SyrupUserActions.
- `// 4. If asset out is USDC, swap DAI  to USDC` in SyrupUserActions::_swap().
