Skip to content

Commit 9e92917

Browse files
committed
Update created code.py file formatting.
1 parent 55c8075 commit 9e92917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/shared/filesystem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static void make_sample_code_file(FATFS *fatfs) {
7474
#if CIRCUITPY_FULL_BUILD
7575
FIL fs;
7676
UINT char_written = 0;
77-
const byte buffer[] = "print('Hello World!')\n";
77+
const byte buffer[] = "print("Hello World!")\n";
7878
//Create or modify existing code.py file
7979
f_open(fatfs, &fs, "/code.py", FA_WRITE | FA_CREATE_ALWAYS);
8080
f_write(&fs, buffer, sizeof(buffer) - 1, &char_written);

0 commit comments

Comments
 (0)