Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EndymionJkb committed Aug 1, 2023
1 parent b9b1349 commit eee3adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/standalone-utils/contracts/relayer/VaultActions.sol
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ abstract contract VaultActions is IBaseRelayerLibrary {
returns (bytes memory)
{
// Must check for the recovery mode ExitKind first, which is common to all pool types.
// If it is just a regular exit, pass it to the appropriate PoolKind handler for interpretation.
// If it is just a regular exit, pass it to the appropriate PoolKind handler for interpretation.
if (BasePoolUserData.isRecoveryModeExitKind(userData)) {
return _doRecoveryExitReplacements(userData);
} else if (kind == PoolKind.WEIGHTED) {
Expand Down

0 comments on commit eee3adb

Please sign in to comment.