Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Birua committed Oct 8, 2024
1 parent fd2f263 commit 29e531d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StableBondCoins.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ contract StableBondCoins is ERC20, AccessControl, ERC20Permit {
function decimals() public view virtual override returns (uint8) {
return 6;
}
}
}

0 comments on commit 29e531d

Please sign in to comment.