Skip to content

Commit 1a76a2c

Browse files
committed
🎨 fix format
1 parent 3665dab commit 1a76a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single_include/nlohmann/json.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18816,7 +18816,7 @@ class serializer
1881618816
// thus removing/ignoring the invalid characters
1881718817
bytes = bytes_after_last_accept;
1881818818

18819-
// fix for #4552 - discussion pending
18819+
// fix for #4552
1882018820
if (error_handler == error_handler_t::ignore)
1882118821
{
1882218822
bytes += undumped_chars;

0 commit comments

Comments
 (0)