Skip to content

Commit

Permalink
nolint
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpatel96 committed Jan 26, 2025
1 parent 6a07e81 commit c1bd4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/schemaprocessor/internal/translation/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func GetFamilyAndVersion(schemaURL string) (family string, version *Version, err
return u.String(), version, err
}

func joinSchemaFamilyAndVersion(family string, version *Version) string { // nolint: unparam
func joinSchemaFamilyAndVersion(family string, version *Version) string { //nolint: unparam
u, err := url.Parse(family)
if err != nil {
return ""
Expand Down

0 comments on commit c1bd4df

Please sign in to comment.