Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsukhani committed May 6, 2019
1 parent 7d79209 commit 08dd668
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/ingester/tailer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import (
const maxDroppedStreamSize = 10000

type tailer struct {
id uint32
orgID string
matchers []*labels.Matcher
regexp *regexp.Regexp
id uint32
orgID string
matchers []*labels.Matcher
regexp *regexp.Regexp

sendChan chan *logproto.Stream
closed bool
sendChan chan *logproto.Stream
closed bool

blockedAt *time.Time
blockedMtx sync.RWMutex
Expand Down

0 comments on commit 08dd668

Please sign in to comment.