Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
  • Loading branch information
berndverst committed Nov 18, 2022
1 parent 8811d5e commit f11fc24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/component/azure/blobstorage/metadata_test.go
Expand Up @@ -18,8 +18,9 @@ import (
"testing"

"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"
"github.com/dapr/kit/logger"
"github.com/stretchr/testify/assert"

"github.com/dapr/kit/logger"
)

func TestParseMetadata(t *testing.T) {
Expand Down

0 comments on commit f11fc24

Please sign in to comment.