mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Use #splat method for macro expressions
This commit is contained in:
parent
438467f69a
commit
8525758583
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# -------------------
|
||||
|
||||
macro error_template(*args)
|
||||
error_template_helper(env, {{*args}})
|
||||
error_template_helper(env, {{args.splat}})
|
||||
end
|
||||
|
||||
def github_details(summary : String, content : String)
|
||||
|
|
Loading…
Reference in a new issue