Skip to content

Commit d88834d

Browse files
committed
removed space
1 parent b7799a8 commit d88834d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utilities/misc.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ function parseparam(::Type{String}, str::String; escape=true)
100100
return escape ? HTTP.unescapeuri(str) : str
101101
end
102102

103-
104103
function parseparam(::Type{Char}, str::String; escape=true)
105104
value = escape ? HTTP.unescapeuri(str) : str
106105
return first(value)

0 commit comments

Comments
 (0)