Skip to content

Commit

Permalink
Store the locations using pretty print
Browse files Browse the repository at this point in the history
This way it's much easier to see in git what has changed.
  • Loading branch information
cristan committed Sep 25, 2024
1 parent 1bd1adf commit 64c7f0c
Show file tree
Hide file tree
Showing 2 changed files with 3,509 additions and 1 deletion.
3,509 changes: 3,508 additions & 1 deletion app/src/main/res/raw/locations.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import java.io.File
object LocationsCrawler {
private val json = Json {
ignoreUnknownKeys = true
prettyPrint = true
}

private val httpClient = HttpClient {
Expand Down

0 comments on commit 64c7f0c

Please sign in to comment.