Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jun 13, 2024
1 parent 49f4b17 commit cc77cda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ func (p *PluralProvider) DataSources(_ context.Context) []func() datasource.Data

func New(version string) func() provider.Provider {
return func() provider.Provider {
return &PluralProvider{
version: version,
}
return &PluralProvider{version: version}
}
}

0 comments on commit cc77cda

Please sign in to comment.