mirror of
https://github.com/pantor/inja.git
synced 2026-03-25 02:12:45 +00:00
clang-format
This commit is contained in:
@@ -27,7 +27,7 @@ Try this
|
||||
|
||||
TEST_CASE("copy environment") {
|
||||
inja::Environment env;
|
||||
env.add_callback("double", 1, [](inja::Arguments &args) {
|
||||
env.add_callback("double", 1, [](inja::Arguments& args) {
|
||||
int number = args.at(0)->get<int>();
|
||||
return 2 * number;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user