Commit 36991e68 authored by inphi's avatar inphi

lint

parent f876add9
...@@ -44,9 +44,10 @@ func NewGooglePublisher(ctx context.Context, config Config) (*GooglePublisher, e ...@@ -44,9 +44,10 @@ func NewGooglePublisher(ctx context.Context, config Config) (*GooglePublisher, e
timeout = time.Second * 2 timeout = time.Second * 2
} }
return &GooglePublisher{ return &GooglePublisher{
client: client, client: client,
topic: topic, publishSettings: publishSettings, topic: topic,
timeout: timeout, publishSettings: publishSettings,
timeout: timeout,
}, nil }, nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment