chore: forge fmt

This commit is contained in:
pistomat
2024-03-27 10:43:02 +01:00
parent 3dc290c3df
commit 87c0c8baba
6 changed files with 271 additions and 231 deletions

View File

@@ -477,9 +477,8 @@ interface IVault {
uint256 lastChangeBlock
);
enum SwapKind
/// The number of tokens to send to the Pool is known
{
enum SwapKind {
/// The number of tokens to send to the Pool is known
GIVEN_IN,
/// The number of tokens to take from the Pool is known
GIVEN_OUT