Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Aravind Srinivasan committed Jan 23, 2017
1 parent 0a3151e commit 02d26d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/outputhost/messagecache.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ func (msgCache *cgMsgCache) shutdownCleanupEntries() {
for id := range msgCache.msgMap {
delete(msgCache.msgMap, id)
}

}

func (msgCache *cgMsgCache) reinjectlastAckMsg() bool {
if msgCache.consumerHealth.lastAckMsg == nil {
msgCache.lclLg.Warn(`Couldn't inject good message: no message to inject`)
Expand Down

0 comments on commit 02d26d1

Please sign in to comment.