mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22: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 {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
return compiler.ParseCombinedJSON(bytes, "", "", "", "")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue