Skip to content

Commit 45a6fdd

Browse files
committed
PMM-12940 Fix linters.
1 parent 3604514 commit 45a6fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

managed/services/telemetry/telemetry.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ var (
6868

6969
// NewService creates a new service.
7070
func NewService(db *reform.DB, portalClient *platform.Client, pmmVersion string,
71-
dus distributionUtilService, config ServiceConfig, extensions map[ExtensionType]Extension) (*Service, error) {
71+
dus distributionUtilService, config ServiceConfig, extensions map[ExtensionType]Extension,
72+
) (*Service, error) {
7273
if config.SaasHostname == "" {
7374
return nil, errors.New("empty host")
7475
}

0 commit comments

Comments
 (0)