mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Removed unnecessary blank line
This commit is contained in:
parent
7e3e4846d0
commit
30e37cdca4
1 changed files with 0 additions and 1 deletions
|
|
@ -165,6 +165,5 @@ func contractsFromStdin() (map[string]*compiler.Contract, error) {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
return compiler.ParseCombinedJSON(bytes, "", "", "", "")
|
return compiler.ParseCombinedJSON(bytes, "", "", "", "")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue