Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
codepitbull committed Sep 9, 2021
1 parent 3792295 commit 28d20ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ func (c *DockerContainer) Exec(ctx context.Context, cmd []string) (int, error) {

type FileFromContainer struct {
underlying *io.ReadCloser
tarreader *tar.Reader
tarreader *tar.Reader
}

func (fc *FileFromContainer) Read(b []byte) (int, error) {
Expand Down

0 comments on commit 28d20ca

Please sign in to comment.