Revert "ran "gofmt -s -w ." to format the code"

This reverts commit b49a631e0b.

# Conflicts:
#	utils/config_test.go
This commit is contained in:
André Roth
2026-04-26 16:34:06 +02:00
parent fe8e99115f
commit 337a95f8a4
3 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,13 +1,13 @@
package azure package azure
import ( import (
"bytes"
"context" "context"
"crypto/md5" "crypto/md5"
"crypto/rand" "crypto/rand"
"io" "io"
"os" "os"
"path/filepath" "path/filepath"
"bytes"
"github.com/Azure/azure-sdk-for-go/sdk/azcore" "github.com/Azure/azure-sdk-for-go/sdk/azcore"
"github.com/Azure/azure-sdk-for-go/sdk/storage/azblob" "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob"