Skip to content

Commit 1daaa6e

Browse files
Lint issues fixed
1 parent 0087935 commit 1daaa6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wrappers/export-http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ func (e *ExportHTTPWrapper) DownloadExportReport(reportID, targetFile string) er
175175
log.Printf("Downloaded file: %s - %d bytes\n", targetFile, size)
176176
return nil
177177
}
178-
func (e *ExportHTTPWrapper) GetScaPackageCollectionExport(fileURL string, auth bool) (*ScaPackageCollectionExport, error) {
179178

179+
func (e *ExportHTTPWrapper) GetScaPackageCollectionExport(fileURL string, auth bool) (*ScaPackageCollectionExport, error) {
180180
const bomPrefix = "\xef\xbb\xbf"
181181
start := time.Now()
182182
var resp *http.Response

0 commit comments

Comments
 (0)