Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and srickardti committed Aug 17, 2022
1 parent d0154bf commit 6c08a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/persistent-storage/KeyValueStorageTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ CHIP_ERROR TestMultiRead()

CHIP_ERROR TestZeroLength()
{
const char * kTestKey = "zero_key";
const char * kTestKey = "zero_key";
const char kTestValue[] = "not used";
char read_value[sizeof(kTestValue)];
size_t read_size;
Expand Down

0 comments on commit 6c08a9e

Please sign in to comment.