mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
Remove extra whitespace
This commit is contained in:
parent
0d87292867
commit
1ef1f614bd
|
@ -18,7 +18,7 @@ contract StableAndVariableTokensHelper is Ownable {
|
||||||
}
|
}
|
||||||
|
|
||||||
function concat(string memory a, string memory b) internal pure returns (string memory) {
|
function concat(string memory a, string memory b) internal pure returns (string memory) {
|
||||||
return string(abi.encodePacked(a, ' ', b));
|
return string(abi.encodePacked(a, b));
|
||||||
}
|
}
|
||||||
|
|
||||||
function initDeployment(
|
function initDeployment(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user