Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RaynorChavez committed Nov 12, 2024
1 parent 809c9a9 commit 99be041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/indices_datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ func (m *ModelPropertiesModel) IsEmpty() bool {
(m.ModelLocation == nil || m.ModelLocation.IsEmpty())
}

// Convert ModelProperties from the API response to our schema model
// Convert ModelProperties from the API response to our schema model.
func convertModelProperties(props *go_marqo.ModelProperties) *ModelPropertiesModel {
if props == nil {
return nil
Expand Down

0 comments on commit 99be041

Please sign in to comment.