Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mtfishman and github-actions[bot] authored Oct 6, 2023
1 parent 945d826 commit 997221a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion NDTensors/src/SmallVectors/src/BaseExt/sort.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ function sort!(
if VERSION < v"1.8.4"
Base.sort!(v, alg, order)
else
Base.Sort._sort!(v, Base.Sort.maybe_apply_initial_optimizations(alg), order, (; scratch))
Base.Sort._sort!(
v, Base.Sort.maybe_apply_initial_optimizations(alg), order, (; scratch)
)
end
return v
end

0 comments on commit 997221a

Please sign in to comment.