Apply make fmt
This commit is contained in:
parent
d8eda81e0e
commit
3702fc3acb
11 changed files with 96 additions and 100 deletions
|
@ -64,7 +64,6 @@ func (p *ScaffoldingProvider) Resources(ctx context.Context) []func() resource.R
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func (p *ScaffoldingProvider) DataSources(ctx context.Context) []func() datasource.DataSource {
|
||||
return []func() datasource.DataSource{
|
||||
NewTorObfs4BridgeLineDataSource,
|
||||
|
@ -72,8 +71,7 @@ func (p *ScaffoldingProvider) DataSources(ctx context.Context) []func() datasour
|
|||
}
|
||||
|
||||
func (p *ScaffoldingProvider) Functions(ctx context.Context) []func() function.Function {
|
||||
return []func() function.Function{
|
||||
}
|
||||
return []func() function.Function{}
|
||||
}
|
||||
|
||||
func New(version string) func() provider.Provider {
|
||||
|
@ -82,4 +80,4 @@ func New(version string) func() provider.Provider {
|
|||
version: version,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue