Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed May 16, 2024
1 parent 8bedd65 commit 820287f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion speedtest/data_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ func (dc *DataChunk) WriteTo(w io.Writer) (written int64, err error) {
// We use [DataChunk.WriteTo] that implements [io.WriterTo] to bypass this function.
func (dc *DataChunk) Read(b []byte) (n int, err error) {
panic("unexpected call: only used to implement the io.Reader")
return
}

// calcMAFilter Median-Averaging Filter
Expand Down

0 comments on commit 820287f

Please sign in to comment.