Merge pull request #2964 from andrewsmedina/gofmt2

go fmt.
This commit is contained in:
Guillaume J. Charmes 2013-11-29 17:19:28 -08:00
commit 1890301e67
3 changed files with 29 additions and 29 deletions

View File

@ -1,9 +1,9 @@
package docker package docker
import ( import (
"io"
"archive/tar" "archive/tar"
"bytes" "bytes"
"io"
) )
func fakeTar() (io.Reader, error) { func fakeTar() (io.Reader, error) {