Skip to content

Commit c8546d4

Browse files
ci(pre-commit): Apply automatic fixes
1 parent fc436c9 commit c8546d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/validation/psram/psram.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void test_memset_random(void) {
6868
}
6969

7070
void test_memcpy(void) {
71-
void *buf2 = malloc(1024); // 1KB
71+
void *buf2 = malloc(1024); // 1KB
7272
TEST_ASSERT_NOT_NULL(buf2);
7373
memset(buf, 0x55, MAX_TEST_SIZE);
7474
memset(buf2, 0xAA, 1024);

0 commit comments

Comments
 (0)