Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arcage committed Nov 21, 2018
1 parent b3402a6 commit 33c11d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ping.cr
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ module Ping
client = Ping::Client.new(host)
id = Process.pid.to_u16
sequence = 0u16
statics =
rtt_list = [] of Float64
rtt_list = [] of Float64
while sequence < count
res = client.ping(id, sequence, data)
puts res.message
Expand Down

0 comments on commit 33c11d0

Please sign in to comment.