Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdez committed Dec 20, 2024
1 parent 55f7414 commit cbc0a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/formula_extractor.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const BSplineTerm = Base.get_extension(Unfold, :UnfoldBSplineKitExt).BSplineTerm


get_sym(t::InterceptTerm) = ""
get_sym(t::AbstractTerm) = t.sym
get_sym(t::BSplineTerm) = t.term.sym
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include("setup.jl")
include("setup.jl")

0 comments on commit cbc0a0d

Please sign in to comment.