Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tedim52 committed Aug 9, 2024
1 parent dc9d1d1 commit d2b9f86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func NewLogLineSender() *LogLineSender {
return &LogLineSender{
logsChan: make(chan map[service.ServiceUUID][]LogLine, logsChanBufferSize),
logLineBuffer: map[service.ServiceUUID][]LogLine{},
mu: sync.Mutex{},
}
}

Expand Down

0 comments on commit d2b9f86

Please sign in to comment.