Skip to content

Commit d982ac4

Browse files
committed
Formatting
1 parent d5a77be commit d982ac4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/SmallStrings/src/smallstring.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ end
115115
Base.lastindex(s::SmallString) = length(s)
116116
Base.getindex(s::SmallString, r::UnitRange) = SmallString([s[n] for n in r])
117117

118-
119118
# TODO: make this work directly on a Tag, without converting
120119
# to String
121120
function Base.parse(::Type{T}, s::SmallString) where {T<:Integer}

0 commit comments

Comments
 (0)