Skip to content

Commit

Permalink
trigger github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sfwn committed Sep 21, 2023
1 parent 0f3d920 commit 73da69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/apps/cmp/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type provider struct {
Org org.Interface
}

// Run Run the provider
// Run the provider
func (p *provider) Run(ctx context.Context) error {
runtime.GOMAXPROCS(2)
p.Metrics = metrics.New(p.Server, ctx)
Expand Down

0 comments on commit 73da69a

Please sign in to comment.