From 1a76a2c5148fb9f34ffe3a12a000f5492e768d13 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 18 Dec 2024 17:07:12 +0100 Subject: [PATCH] :art: fix format --- single_include/nlohmann/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index aa11c5b63..8dd4444cb 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -18816,7 +18816,7 @@ class serializer // thus removing/ignoring the invalid characters bytes = bytes_after_last_accept; - // fix for #4552 - discussion pending + // fix for #4552 if (error_handler == error_handler_t::ignore) { bytes += undumped_chars;