🚨 fixed another linter warning

parent d97fa307
...@@ -460,10 +460,10 @@ class serializer ...@@ -460,10 +460,10 @@ class serializer
// continue processing the string // continue processing the string
state = UTF8_ACCEPT; state = UTF8_ACCEPT;
continue; break;
} }
} }
break; // LCOV_EXCL_LINE break;
} }
default: // decode found yet incomplete multi-byte code point default: // decode found yet incomplete multi-byte code point
......
...@@ -11158,10 +11158,10 @@ class serializer ...@@ -11158,10 +11158,10 @@ class serializer
// continue processing the string // continue processing the string
state = UTF8_ACCEPT; state = UTF8_ACCEPT;
continue; break;
} }
} }
break; // LCOV_EXCL_LINE break;
} }
default: // decode found yet incomplete multi-byte code point default: // decode found yet incomplete multi-byte code point
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment