Use #splat method for macro expressions

このコミットが含まれているのは:
syeopite 2023-11-08 00:19:24 -08:00
コミット 8525758583
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: A73C186DA3955A1A
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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)