mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Removed useless space
This commit is contained in:
parent
b2d344e189
commit
53139ce991
|
@ -183,8 +183,8 @@ export const getParamPerPool = <T>({ proto, amm }: iParamsPerPool<T>, pool: Aave
|
|||
switch (pool) {
|
||||
case AavePools.proto:
|
||||
return proto;
|
||||
case AavePools.amm:
|
||||
return amm;
|
||||
case AavePools.amm:
|
||||
return amm;
|
||||
default:
|
||||
return proto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user