Skip to content

Commit d22311c

Browse files
committed
Linting
1 parent dd40411 commit d22311c

File tree

5 files changed

+8
-23
lines changed

5 files changed

+8
-23
lines changed

internal/install/static.go

Lines changed: 0 additions & 19 deletions
This file was deleted.

internal/profile/profile.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ import (
1111
"path/filepath"
1212
"strings"
1313

14+
"github.com/elastic/go-resource"
15+
1416
"github.com/elastic/elastic-package/internal/configuration/locations"
1517
"github.com/elastic/elastic-package/internal/files"
16-
"github.com/elastic/go-resource"
1718
)
1819

1920
const (

internal/profile/profile_json.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313

1414
"github.com/pkg/errors"
1515

16-
"github.com/elastic/elastic-package/internal/version"
1716
"github.com/elastic/go-resource"
17+
18+
"github.com/elastic/elastic-package/internal/version"
1819
)
1920

2021
// Metadata stores the data associated with a given profile

internal/stack/certs.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ import (
1111
"io"
1212
"path/filepath"
1313

14-
"github.com/elastic/elastic-package/internal/certs"
1514
"github.com/elastic/go-resource"
15+
16+
"github.com/elastic/elastic-package/internal/certs"
1617
)
1718

1819
// tlsServices is the list of server TLS certificates that will be

internal/stack/resources.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
"strings"
1414

1515
"github.com/Masterminds/semver"
16-
"github.com/elastic/elastic-package/internal/profile"
1716
"github.com/elastic/go-resource"
17+
18+
"github.com/elastic/elastic-package/internal/profile"
1819
)
1920

2021
//go:embed _static

0 commit comments

Comments
 (0)