From 9aefc250f128d14a30f70a06eae5d426a8b0a906 Mon Sep 17 00:00:00 2001 From: Lin Zhihao <59785146+LinZhihao-723@users.noreply.github.com> Date: Wed, 26 Jun 2024 01:43:52 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: kirkrodrigues <2454684+kirkrodrigues@users.noreply.github.com> --- components/core/tests/test-ffi_utils.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/core/tests/test-ffi_utils.cpp b/components/core/tests/test-ffi_utils.cpp index 536f329c8..ff190bcf6 100644 --- a/components/core/tests/test-ffi_utils.cpp +++ b/components/core/tests/test-ffi_utils.cpp @@ -17,8 +17,6 @@ using clp::ffi::validate_and_escape_utf8_string; namespace { /** - * Gets an expected escaped string by first convert the raw string into a json string and then dumps - * the a printable string using nlohmann::json. * @param raw * @return The input string after escaping any characters that are invalid in JSON strings. */