Commit 36991e68 authored by inphi's avatar inphi

lint

parent f876add9
......@@ -44,9 +44,10 @@ func NewGooglePublisher(ctx context.Context, config Config) (*GooglePublisher, e
timeout = time.Second * 2
}
return &GooglePublisher{
client: client,
topic: topic, publishSettings: publishSettings,
timeout: timeout,
client: client,
topic: topic,
publishSettings: publishSettings,
timeout: timeout,
}, 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