Skip to content

Commit c8c401a

Browse files
authored
Update utils.jl
ensure that combinedef() function is exported
1 parent 7723a86 commit c8c401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export @esc, isexpr, isline, iscall, rmlines, unblock, block, inexpr, namify, isdef,
2-
longdef, shortdef, @expand, makeif, prettify, splitdef, splitarg
2+
longdef, shortdef, @expand, makeif, prettify, combinedef, splitdef, splitarg
33

44
"""
55
assoc!(d, k, v)

0 commit comments

Comments
 (0)