mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 02:07:32 +02:00
Renamed IndentedPrintDecorator into IndentedPrint
This commit is contained in:
@ -61,7 +61,7 @@ namespace JsonGeneratorTests
|
||||
void whenInputIs(const char input[])
|
||||
{
|
||||
StringBuilder sb(buffer, sizeof(buffer));
|
||||
IndentedPrintDecorator indentedPrint(sb);
|
||||
IndentedPrint indentedPrint(sb);
|
||||
PrettyPrintDecorator decorator(indentedPrint);
|
||||
|
||||
returnValue = decorator.print(input);
|
||||
|
Reference in New Issue
Block a user