mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespaces
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ API, this is done as follows::
|
||||
|
||||
// Need to specify some source including contract name for the data param below
|
||||
var source = "contract CONTRACT_NAME { function CONTRACT_NAME(unit a, uint b) {} }";
|
||||
|
||||
|
||||
// The json abi array generated by the compiler
|
||||
var abiArray = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user