Skip to content

Commit

Permalink
Make NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner authored Nov 24, 2024
1 parent d764a62 commit dad0c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SortingAlgorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function sort!(v::AbstractVector, lo::Int, hi::Int, a::HeapSortAlg, o::Ordering)
v
end

Base.:+(x::Int, y::Int) = Int(Int128(x) + Int128(y))
# Base.:+(x::Int, y::Int) = Int(Int128(x) + Int128(y))

# Implementation of TimSort based on the algorithm description at:
#
Expand Down

0 comments on commit dad0c0c

Please sign in to comment.