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) {
|
switch (pool) {
|
||||||
case AavePools.proto:
|
case AavePools.proto:
|
||||||
return proto;
|
return proto;
|
||||||
case AavePools.amm:
|
case AavePools.amm:
|
||||||
return amm;
|
return amm;
|
||||||
default:
|
default:
|
||||||
return proto;
|
return proto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user