Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinYukseloglu committed Mar 21, 2024
1 parent 1855916 commit e191dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/concentrated-liquidity/position.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func (k Keeper) transferPositions(ctx sdk.Context, positionIds []uint64, sender
if positionHasActiveUnderlyingLock {
return types.LockNotMatureError{PositionId: position.PositionId, LockId: lockId}
}

// Delete the KVStore entries for the position.
err = k.deletePosition(ctx, positionId, sender, position.PoolId)
if err != nil {
Expand Down

0 comments on commit e191dea

Please sign in to comment.