Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
refs committed Mar 17, 2020
1 parent 4be2ad5 commit 1fe8b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/micro/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (r *Runtime) Start() {
}

go (*r.R).Create(s, gorunArgs...)
args = args[:len(args)-1]
// args = args[:len(args)-1]
}
}

Expand Down

0 comments on commit 1fe8b26

Please sign in to comment.