mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added a line-break after each "if" to get more accurate coverage report
This commit is contained in:
@@ -70,7 +70,8 @@ class MsgPackSerializer {
|
||||
}
|
||||
|
||||
void visitString(const char* value) {
|
||||
if (!value) return writeByte(0xC0); // nil
|
||||
if (!value)
|
||||
return writeByte(0xC0); // nil
|
||||
|
||||
size_t n = strlen(value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user