Revert "change non-underscore alias"
This reverts commit e37380fcd21e3476f2e898f025138b507656df9f.
This commit is contained in:
parent
ad3b8f96fd
commit
2bb00d6207
@ -8,7 +8,7 @@ end
|
|||||||
|
|
||||||
function make_non_underscore(s::Symbol)
|
function make_non_underscore(s::Symbol)
|
||||||
str = string(s)
|
str = string(s)
|
||||||
str = replace(str, "_" => "*")
|
str = replace(str, "_" => "")
|
||||||
return Symbol(str)
|
return Symbol(str)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user