Skip to content

Commit ef5d7d7

Browse files
authored
Remove a trailing space (#15)
1 parent b811282 commit ef5d7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ macro public(name::Symbol, othernames::Symbol...)
5858
end
5959

6060
macro public(macrocall::Expr)
61-
if macrocall.head !== :macrocall
61+
if macrocall.head !== :macrocall
6262
error("Unsupported syntax: $macrocall")
6363
elseif length(macrocall.args) != 2
6464
error("Expected single macro name as in `@public @macro`; got: $macrocall")

0 commit comments

Comments
 (0)