Skip to content

Commit 0671c43

Browse files
committed
Fix import order
1 parent b5ed42d commit 0671c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/configsource/templateconfigsource/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ package templateconfigsource
1717

1818
import (
1919
"context"
20-
"github.com/stretchr/testify/assert"
2120
"path"
2221
"testing"
2322

23+
"github.com/stretchr/testify/assert"
2424
"github.com/stretchr/testify/require"
2525
"go.opentelemetry.io/collector/config"
2626
"go.uber.org/zap"

0 commit comments

Comments
 (0)