Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Feb 1, 2024
1 parent 8eb53a6 commit 8b5979d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import (
"context"
"errors"
"fmt"
"go.opentelemetry.io/otel/metric/noop"
"runtime"

"go.opentelemetry.io/otel/metric/noop"

sdkresource "go.opentelemetry.io/otel/sdk/resource"
"go.uber.org/multierr"
"go.uber.org/zap"
Expand Down Expand Up @@ -117,7 +118,7 @@ func New(ctx context.Context, set Settings, cfg Config) (*Service, error) {
// ignore other errors as they represent invalid state transitions and are considered benign.
}),
}

// process the configuration and initialize the pipeline
if err = srv.initExtensionsAndPipeline(ctx, set, cfg); err != nil {
// If pipeline initialization fails then shut down the telemetry server
Expand Down

0 comments on commit 8b5979d

Please sign in to comment.