Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Differential Revision: D52913671
  • Loading branch information
leoleovich authored and facebook-github-bot committed Jan 19, 2024
1 parent 2f194ba commit ba0bb97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servo/pi.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ func (f *PiServoFilter) Sample(s *PiServoFilterSample) {
freqSigmaSq += (v.freq - f.freqMean) * (v.freq - f.freqMean)
})
f.freqStdev = math.Sqrt(freqSigmaSq / float64(f.offsetSamplesCount))

}
f.lastOffset = s.offset
}
Expand Down

0 comments on commit ba0bb97

Please sign in to comment.