fix linter

This commit is contained in:
A.Unger
2020-03-17 16:40:18 +01:00
parent 4be2ad5972
commit 1fe8b26f1c

View File

@@ -122,7 +122,7 @@ func (r *Runtime) Start() {
}
go (*r.R).Create(s, gorunArgs...)
args = args[:len(args)-1]
// args = args[:len(args)-1]
}
}