Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Oct 16, 2022
1 parent ae4c4ce commit 9e708d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bnyro/translate/util/URLHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.net.URLEncoder
import java.nio.charset.StandardCharsets

object URLHelper {
val charset = StandardCharsets.UTF_8.toString()
private val charset = StandardCharsets.UTF_8.toString()

suspend fun encodeURL(text: String): String {
return withContext(Dispatchers.IO) {
Expand Down

0 comments on commit 9e708d1

Please sign in to comment.