Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Danilo Luvizotto committed Apr 19, 2018
1 parent e2c0140 commit 22ef997
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 @@ -390,7 +390,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 22ef997

Please sign in to comment.