mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-11 17:30:18 +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() {
|
go func() {
|
||||||
changes := make([]quantizedXZ, len(oldChanges))
|
changes := make([]quantizedXZ, len(oldChanges))
|
||||||
i := 0
|
i := 0
|
||||||
for change, _ := range oldChanges {
|
for change := range oldChanges {
|
||||||
changes[i] = change
|
changes[i] = change
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user