Skip to content

Commit

Permalink
fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Jun 25, 2020
1 parent a65888a commit 4ebaa0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ddtrace/tracer/sampler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ package tracer

import (
"encoding/json"
"fmt"
"io"
"math"
"os"
"regexp"
"strconv"
"sync"
"time"
"fmt"

"gopkg.in/DataDog/dd-trace-go.v1/ddtrace"
"gopkg.in/DataDog/dd-trace-go.v1/ddtrace/ext"
Expand Down
1 change: 0 additions & 1 deletion ddtrace/tracer/sampler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ func TestRuleEnvVars(t *testing.T) {
assert := assert.New(t)
defer os.Unsetenv("DD_TRACE_SAMPLING_RULES")


// env overrides provided rules
os.Setenv("DD_TRACE_SAMPLING_RULES", "[]")
rules, _ := samplingRulesFromEnv()
Expand Down
2 changes: 1 addition & 1 deletion ddtrace/tracer/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"time"

"gopkg.in/DataDog/dd-trace-go.v1/internal/globalconfig"
"gopkg.in/DataDog/dd-trace-go.v1/internal/log"
"gopkg.in/DataDog/dd-trace-go.v1/internal/version"
"gopkg.in/DataDog/dd-trace-go.v1/internal/log"
)

type startupInfo struct {
Expand Down

0 comments on commit 4ebaa0a

Please sign in to comment.