Skip to content

Commit cbc0a0d

Browse files
committed
format
1 parent 55f7414 commit cbc0a0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/formula_extractor.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
const BSplineTerm = Base.get_extension(Unfold, :UnfoldBSplineKitExt).BSplineTerm
2+
3+
24
get_sym(t::InterceptTerm) = ""
35
get_sym(t::AbstractTerm) = t.sym
46
get_sym(t::BSplineTerm) = t.term.sym

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include("setup.jl")
1+
include("setup.jl")

0 commit comments

Comments
 (0)