Skip to content

Commit

Permalink
chore(cli): lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed May 9, 2024
1 parent 95a4fe5 commit ea2e1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {
})

// 3.0 create a packet loss analyzer, use default options
var analyzer = speedtest.NewPacketLossAnalyzer(&speedtest.PacketLossAnalyzerOptions{
analyzer := speedtest.NewPacketLossAnalyzer(&speedtest.PacketLossAnalyzerOptions{
SourceInterface: *source,
})

Expand Down

0 comments on commit ea2e1fe

Please sign in to comment.