Minor cleanup
This commit is contained in:
parent
41912076b0
commit
ac278b6fef
3 changed files with 3 additions and 4 deletions
|
@ -129,12 +129,11 @@ object UrlEncoder {
|
|||
if (plusToSpace && ch == '+') {
|
||||
if (!started) {
|
||||
out.append(source, 0, i)
|
||||
started = true
|
||||
}
|
||||
out.append(" ")
|
||||
started = true
|
||||
} else if (started) {
|
||||
out.append(ch)
|
||||
started = true
|
||||
}
|
||||
i++
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue