Skip to content

Commit

Permalink
format the config_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyuancheung committed Feb 25, 2022
1 parent cf86c84 commit a0fb2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporters/otlp/internal/config_test.go
Expand Up @@ -53,7 +53,7 @@ func TestCleanPath(t *testing.T) {
{
name: "spaces trimmed",
args: args{
URLPath: " /dir",
URLPath: " /dir",
},
want: "/dir",
},
Expand All @@ -68,7 +68,7 @@ func TestCleanPath(t *testing.T) {
{
name: "make absolute",
args: args{
URLPath: "dir/a",
URLPath: "dir/a",
},
want: "/dir/a",
},
Expand Down

0 comments on commit a0fb2cf

Please sign in to comment.