mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-07-10 07:48:25 +00:00
Use #splat method for macro expressions
This commit is contained in:
parent
438467f69a
commit
8525758583
@ -3,7 +3,7 @@
|
|||||||
# -------------------
|
# -------------------
|
||||||
|
|
||||||
macro error_template(*args)
|
macro error_template(*args)
|
||||||
error_template_helper(env, {{*args}})
|
error_template_helper(env, {{args.splat}})
|
||||||
end
|
end
|
||||||
|
|
||||||
def github_details(summary : String, content : String)
|
def github_details(summary : String, content : String)
|
||||||
|
Loading…
Reference in New Issue
Block a user