Skip to content

Commit 67ba7bc

Browse files
authored
Merge pull request #25023 from JuliaLang/yyc/julia-expand
Fix julia-expand
2 parents a8054ed + 4d7ee2e commit 67ba7bc

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
@@ -4154,4 +4154,4 @@ f(x) = yt(x)
41544154
(define (julia-expand ex)
41554155
(julia-expand1
41564156
(julia-expand0
4157-
julia-expand-macroscope ex)))
4157+
(julia-expand-macroscope ex))))

0 commit comments

Comments
 (0)