mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 09:20:17 +01:00
Fixed small nit found by golint.
This commit is contained in:
parent
b029c473a8
commit
3b8faba353
@ -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++
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user