Skip to content

Commit c3bdc1a

Browse files
waralexrpkyle
andauthored
Update src/utils.jl
Co-Authored-By: Ryan Patrick Kyle <[email protected]>
1 parent 7d3b6ea commit c3bdc1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using MacroTools
22

3-
function formattag(name ::String, attributes::Dict{String, String}, inner::String = ""; opened = false, closed = false)
3+
function format_tag(name ::String, attributes::Dict{String, String}, inner::String = ""; opened = false, closed = false)
44
attrs_string = join(
55
["$k=\"$v\"" for (k, v) in attributes],
66
" "
@@ -71,4 +71,3 @@ macro callid_str(s)
7171
state = isnothing(m[:state]) ? Vector{IdProp}() : parse_props(strip(m[:state]))
7272
return CallbackId(state, input, output)
7373
end
74-

0 commit comments

Comments
 (0)