Skip to content

Commit

Permalink
Remove excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed May 16, 2020
1 parent e10c46d commit eba2f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/strings/substring.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ end
SubString(s::AbstractString) = SubString(s, 1, lastindex(s))
SubString{T}(s::T) where {T<:AbstractString} = SubString{T}(s, 1, lastindex(s))


@propagate_inbounds view(s::AbstractString, r) = SubString(s, r)
@propagate_inbounds maybeview(s::AbstractString, r::UnitRange{<:Integer}) = view(s, r)
@propagate_inbounds maybeview(s::AbstractString, args...) = getindex(s, args...)
Expand Down

0 comments on commit eba2f11

Please sign in to comment.