mirror of
				https://bitbucket.org/s_l_teichmann/mtsatellite
				synced 2025-10-31 08:05:27 +01: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