Skip to content
Snippets Groups Projects
Commit 654a632a authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

fix to stopable

parent c7a578f7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ func (s *Single) IsRunning() bool {
}
// Quit returns the read only channel it will send the stop signal on.
func (s *Single) Quit() <-chan struct{} {
func (s *Single) Quit() chan<- struct{} {
return s.quit
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment