Skip to content

Commit

Permalink
fix merge cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Apr 7, 2023
1 parent 99bfa84 commit e6298b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RefElemData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ RefElemData(elem, N::Int; kwargs...) = RefElemData(elem, Polynomial(), N; kwargs
# RefElemData approximation types
# ====================================================

=======
"""
`Polynomial{T}`
Expand Down

2 comments on commit e6298b8

@jlchan
Copy link
Owner Author

@jlchan jlchan commented on e6298b8 Apr 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/81226

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.16.0 -m "<description of version>" e6298b8ed13703d09a4655b28c87a4462339716e
git push origin v0.16.0

Please sign in to comment.