Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vermapratyush committed Oct 17, 2017
1 parent fa3c586 commit 2410870
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
*.iml
.idea/
.vagrant
4 changes: 1 addition & 3 deletions hystrix/eventstream.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,7 @@ func (sh *StreamHandler) publishThreadPools(pool *bufferedExecutorPool) error {
if err != nil {
return err
}
_ = sh.writeToRequests(eventBytes)

return nil
return sh.writeToRequests(eventBytes)
}

func (sh *StreamHandler) writeToRequests(eventBytes []byte) error {
Expand Down

0 comments on commit 2410870

Please sign in to comment.