Skip to content

Commit d6aaa81

Browse files
authored
Merge pull request #62 from SimonDanisch/patch-1
fix macro syntax
2 parents 7e8081b + bb4bcb1 commit d6aaa81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cubroadcast.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Kept only for backwards compatibility
2-
macro @fix(ex) esc(ex) end
2+
macro fix(ex) esc(ex) end

0 commit comments

Comments
 (0)