Merge PR #4908: Various goreport fixes

This commit is contained in:
colin axner
2019-08-15 09:54:10 -04:00
committed by Alexander Bezobchuk
parent 70ba07191d
commit 3eac2707b2
7 changed files with 5 additions and 8 deletions
-2
View File
@@ -99,8 +99,6 @@ func startStandAlone(ctx *Context, appCreator AppCreator) error {
// run forever (the node will not be returned)
select {}
return nil
}
func startInProcess(ctx *Context, appCreator AppCreator) (*node.Node, error) {