From 16c6ca5e17730ce870dd14bdda3d9b29d086c6ae Mon Sep 17 00:00:00 2001 From: David Gardner Date: Tue, 7 Nov 2023 16:24:44 -0800 Subject: [PATCH] Formatting fix --- morpheus/_lib/include/morpheus/llm/llm_lambda_node.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morpheus/_lib/include/morpheus/llm/llm_lambda_node.hpp b/morpheus/_lib/include/morpheus/llm/llm_lambda_node.hpp index 5cec806da6..915f4f0d58 100644 --- a/morpheus/_lib/include/morpheus/llm/llm_lambda_node.hpp +++ b/morpheus/_lib/include/morpheus/llm/llm_lambda_node.hpp @@ -111,7 +111,8 @@ auto make_lambda_node(std::function&& fn) using return_t = typename utilities::extract_value_type::type; - auto make_args = [](std::index_sequence) { + auto make_args = [](std::index_sequence) + { return std::vector{std::string{"arg"} + std::to_string(Is)...}; };