Skip to content

Commit 4d7ee2e

Browse files
committed
Fix julia-expand
1 parent c8dd3fd commit 4d7ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia-syntax.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4111,4 +4111,4 @@ f(x) = yt(x)
41114111
(define (julia-expand ex)
41124112
(julia-expand1
41134113
(julia-expand0
4114-
julia-expand-macroscope ex)))
4114+
(julia-expand-macroscope ex))))

0 commit comments

Comments
 (0)