mirror of
https://github.com/nlohmann/json.git
synced 2026-03-07 01:31:25 +00:00
🚨 fixed another linter warning
This commit is contained in:
@@ -460,10 +460,10 @@ class serializer
|
||||
|
||||
// continue processing the string
|
||||
state = UTF8_ACCEPT;
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break; // LCOV_EXCL_LINE
|
||||
break;
|
||||
}
|
||||
|
||||
default: // decode found yet incomplete multi-byte code point
|
||||
|
||||
@@ -11158,10 +11158,10 @@ class serializer
|
||||
|
||||
// continue processing the string
|
||||
state = UTF8_ACCEPT;
|
||||
continue;
|
||||
break;
|
||||
}
|
||||
}
|
||||
break; // LCOV_EXCL_LINE
|
||||
break;
|
||||
}
|
||||
|
||||
default: // decode found yet incomplete multi-byte code point
|
||||
|
||||
Reference in New Issue
Block a user