Remove extra whitespace

This commit is contained in:
David Racero 2020-10-28 18:13:31 +01:00
parent 0d87292867
commit 1ef1f614bd

View File

@ -18,7 +18,7 @@ contract StableAndVariableTokensHelper is Ownable {
}
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(