Removed unnecessary blank line

This commit is contained in:
Philip Schlump 2018-10-04 10:53:59 -06:00
parent 7e3e4846d0
commit 30e37cdca4

View file

@ -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, "", "", "", "")
} }