Skip to content

Commit

Permalink
Run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Apr 9, 2024
1 parent 0294904 commit ef47aa5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion otelcol/command_components.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ package otelcol // import "go.opentelemetry.io/collector/otelcol"

import (
"fmt"
"sort"

"go.opentelemetry.io/collector/connector"
"go.opentelemetry.io/collector/exporter"
"go.opentelemetry.io/collector/extension"
"go.opentelemetry.io/collector/processor"
"go.opentelemetry.io/collector/receiver"
"sort"

"github.com/spf13/cobra"
"gopkg.in/yaml.v3"
Expand Down

0 comments on commit ef47aa5

Please sign in to comment.