Skip to content

Commit

Permalink
conform to go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Mar 3, 2013
1 parent 383b443 commit f41d45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/zeusclient/zeusclient.go
Expand Up @@ -8,12 +8,12 @@ import (
"strings"
"syscall"

"github.com/kr/pty"
"github.com/burke/ttyutils"
"github.com/burke/zeus/go/messages"
slog "github.com/burke/zeus/go/shinylog"
"github.com/burke/zeus/go/unixsocket"
"github.com/burke/zeus/go/zerror"
"github.com/kr/pty"
)

const (
Expand Down

0 comments on commit f41d45d

Please sign in to comment.