mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-08 13:42:27 +05:30
Use #splat method for macro expressions
This commit is contained in:
parent
438467f69a
commit
8525758583
@ -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 New Issue
Block a user