Skip to content

Commit bb4bcb1

Browse files
authored
fix macro syntax
1 parent 7e8081b commit bb4bcb1

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)