mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Just fixing gofmt issues in other people's code.
This commit is contained in:
parent
84431ec03c
commit
6756e786ac
2 changed files with 6 additions and 6 deletions
|
@ -11,6 +11,7 @@ import (
|
|||
"io"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"net"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path"
|
||||
|
@ -20,7 +21,6 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
"time"
|
||||
"net"
|
||||
)
|
||||
|
||||
type Container struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue