common/compiler: gofmt

This commit is contained in:
Kushagra Sharma 2019-03-06 14:30:43 +01:00
parent a992762ebd
commit eb8fb04abb

View file

@ -181,4 +181,3 @@ func ParseCombinedJSON(combinedJSON []byte, source string, languageVersion strin
}
return contracts, nil
}