Merge pull request #1483 from JupiterRider/gofmt

format the Go code with gofmt
This commit is contained in:
André Roth
2025-08-30 18:04:29 +02:00
committed by GitHub
18 changed files with 205 additions and 205 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ func (pool *PackagePool) Import(srcPath, basename string, checksums *utils.Check
return "", err
}
defer func() {
_ = source.Close()
_ = source.Close()
}()
sourceInfo, err := source.Stat()