Skip to content

Commit

Permalink
gofumpt-ing
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrenSoft committed Jan 8, 2025
1 parent ff040f7 commit bdeebf0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/services/apimanagement/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ import (

type Registration struct{}

var _ sdk.TypedServiceRegistration = Registration{}
var _ sdk.UntypedServiceRegistrationWithAGitHubLabel = Registration{}
var (
_ sdk.TypedServiceRegistration = Registration{}
_ sdk.UntypedServiceRegistrationWithAGitHubLabel = Registration{}
)

func (r Registration) AssociatedGitHubLabel() string {
return "service/api-management"
Expand Down

0 comments on commit bdeebf0

Please sign in to comment.