Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Luvizotto authored and traysh committed Apr 24, 2018
1 parent 7e24920 commit 7357daf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ func hbdEncode(heartbeatTimeout time.Duration, packetEncoder codec.PacketEncoder
if len(compressedData) < len(data) {
data = compressedData
}

}

hrd, err = packetEncoder.Encode(packet.Handshake, data)
Expand Down

0 comments on commit 7357daf

Please sign in to comment.