npm run format

This commit is contained in:
2025-02-01 16:18:33 +01:00
parent d65ceba66a
commit e53e154d16
8 changed files with 35 additions and 56 deletions

View File

@ -17,4 +17,4 @@ export interface TileWorkerMessage {
export interface TileCache {
[key: string]: TileAnalysisResult
}
}