Skip to content

Commit 6dbfc2c

Browse files
Yuriy TeodorovychYuriy Teodorovych
authored andcommitted
fix linter
1 parent 17c3280 commit 6dbfc2c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

maas-api/internal/models/maasmodelref.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ import (
44
"net/url"
55

66
"github.com/openai/openai-go/v2"
7-
"github.com/opendatahub-io/models-as-a-service/maas-api/internal/constant"
87
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
98
"k8s.io/apimachinery/pkg/runtime/schema"
109
"knative.dev/pkg/apis"
10+
11+
"github.com/opendatahub-io/models-as-a-service/maas-api/internal/constant"
1112
)
1213

1314
const (
@@ -96,9 +97,9 @@ func maasModelRefToModel(u *unstructured.Unstructured) *Model {
9697
Created: created,
9798
OwnedBy: ownedBy,
9899
},
99-
Kind: kind,
100-
URL: urlPtr,
101-
Ready: ready,
100+
Kind: kind,
101+
URL: urlPtr,
102+
Ready: ready,
102103
Details: details,
103104
}
104105
}

0 commit comments

Comments
 (0)