Skip to content

Commit f0ef80a

Browse files
committed
Linter fix
1 parent 67b7841 commit f0ef80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/provider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import (
88
// Note(turkenh): we are importing this to embed provider schema document
99
_ "embed"
1010

11+
ujconfig "github.com/crossplane/upjet/pkg/config"
1112
"github.com/philips-software/provider-hsdp/config/cdr"
1213
"github.com/philips-software/provider-hsdp/config/dicom"
13-
ujconfig "github.com/crossplane/upjet/pkg/config"
1414

1515
"github.com/philips-software/provider-hsdp/config/iam"
1616
)

0 commit comments

Comments
 (0)