Skip to content

Commit

Permalink
chore: fix lint error (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed Apr 28, 2024
1 parent c380a22 commit fed093c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ func (s *Server) HTTPPing(
if i > 0 {
latency := endTime.Nanoseconds()
latencies = append(latencies, latency)
dbg.Printf("2RTT: %s\n", latency)
dbg.Printf("RTT: %d\n", latency)
if callback != nil {
callback(endTime)
}
Expand Down

0 comments on commit fed093c

Please sign in to comment.