mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-28 22:26:47 +02:00
Fixed small nit found by golint.
This commit is contained in:
@ -55,7 +55,7 @@ func (ct *ChangeTracker) FlushChanges(url string) {
|
||||
go func() {
|
||||
changes := make([]quantizedXZ, len(oldChanges))
|
||||
i := 0
|
||||
for change, _ := range oldChanges {
|
||||
for change := range oldChanges {
|
||||
changes[i] = change
|
||||
i++
|
||||
}
|
||||
|
Reference in New Issue
Block a user