mirror of
https://github.com/Cyclenerd/offline-map-tile-downloader.git
synced 2026-06-01 04:14:54 +02:00
Fix: fmt
This commit is contained in:
@@ -361,7 +361,7 @@ func downloadTiles(ctx context.Context, conn *websocket.Conn, tilesToDownload []
|
||||
ticker := time.NewTicker(time.Second / time.Duration(*rateLimit))
|
||||
defer ticker.Stop()
|
||||
|
||||
DownloadLoop:
|
||||
DownloadLoop:
|
||||
for _, tile := range tilesToDownload {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
|
||||
Reference in New Issue
Block a user