Skip to content

Commit

Permalink
Merge ebe73ba into e7e8768
Browse files Browse the repository at this point in the history
  • Loading branch information
nsajko committed Aug 9, 2024
2 parents e7e8768 + ebe73ba commit 2c64a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/ntuple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ end
function reverse(t::NTuple{N}) where N
ntuple(Val{N}()) do i
t[end+1-i]
end
end::NTuple
end

0 comments on commit 2c64a5e

Please sign in to comment.