Skip to content

Commit bfa9860

Browse files
committed
remove unnecessary blank line before file copy operation
1 parent 66cbf1c commit bfa9860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/distribution/packaging/dirtar.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ func CreateDirectoryTarArchive(dirPath string) (string, error) {
8080
return fmt.Errorf("open file %s: %w", path, err)
8181
}
8282

83-
8483
// Copy file contents
8584
if _, err := io.Copy(tw, file); err != nil {
8685
file.Close()

0 commit comments

Comments
 (0)