Skip to content

Commit

Permalink
Resort and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UjuiUjuMandan committed May 25, 2024
1 parent 9df8f41 commit 54652ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/kotlin/com/hippo/ehviewer/cronet/CronetKt.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ fun configureCronetEngineBuilder(builder: ExperimentalCronetEngine.Builder) {
"MAP e-hentai.org ${randomIP("e-hentai.org")}," +
"MAP exhentai.org exhentai.org$CFSUFFIX," +
"MAP *.exhentai.org exhentai.org$CFSUFFIX," +
"MAP api.github.com ${randomIP("api.github.com")}," +
"MAP testingcf.jsdelivr.net testingcf.jsdelivr$CFSUFFIX",
"MAP testingcf.jsdelivr.net testingcf.jsdelivr.net$CFSUFFIX," +
"MAP api.github.com ${randomIP("api.github.com")}",
),
)
}
Expand Down

0 comments on commit 54652ea

Please sign in to comment.