mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-14 11:06:35 +02:00
Set clang-format standard to C++11 (#1820)
This commit is contained in:
@ -65,7 +65,7 @@ TEST_CASE("Writer<std::string>") {
|
||||
|
||||
TEST_CASE("Writer<String>") {
|
||||
::String output;
|
||||
Writer< ::String> writer(output);
|
||||
Writer<::String> writer(output);
|
||||
|
||||
SECTION("write(char)") {
|
||||
SECTION("writes to temporary buffer") {
|
||||
|
Reference in New Issue
Block a user