Merge pull request #743 from filecoin-project/feat/static-check-2

more of that sweet staticcheck goodness
This commit is contained in:
Łukasz Magiera
2019-12-05 12:21:43 +01:00
committed by GitHub
29 changed files with 60 additions and 43 deletions
-1
View File
@@ -72,5 +72,4 @@ func main() {
log.Warnf("%+v", err)
os.Exit(1)
}
return
}