Skip to content

Commit

Permalink
Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
林志宇 committed Jul 3, 2019
1 parent 2799892 commit 69a6556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ func (app *App) confirmLoop(data []byte) error {

type appConn struct {
net.Conn
laddr *Addr
raddr *Addr
laddr *Addr
raddr *Addr
}

func newAppConn(conn net.Conn, laddr, raddr *Addr) *appConn {
Expand Down

0 comments on commit 69a6556

Please sign in to comment.