go fmt
This commit is contained in:
@@ -18,7 +18,7 @@ type TopicPartition struct {
|
||||
}
|
||||
type TopicLock struct {
|
||||
sync.Mutex
|
||||
cond *sync.Cond
|
||||
cond *sync.Cond
|
||||
subscriberCount int
|
||||
publisherCount int
|
||||
logBuffer *log_buffer.LogBuffer
|
||||
|
||||
@@ -49,9 +49,9 @@ func (mc *MessagingClient) NewPublisher(namespace, topic string) (*Publisher, er
|
||||
doneChan <- err
|
||||
return
|
||||
}
|
||||
if in.Redirect != nil{
|
||||
if in.Redirect != nil {
|
||||
}
|
||||
if in.Config != nil{
|
||||
if in.Config != nil {
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user