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
@@ -104,7 +104,7 @@ func (pool *PackagePool) Open(path string) (aptly.ReadSeekerCloser, error) {
if err != nil {
return nil, errors.Wrapf(err, "error creating tempfile for %s", path)
}
defer func() { _ = os.Remove(temp.Name()) }()
defer func () { _ = os.Remove(temp.Name()) }()
_, err = pool.az.client.DownloadFile(context.TODO(), pool.az.container, path, temp, nil)
if err != nil {