Skip to content

Commit 554f23e

Browse files
committed
style(demo): reformat with prettier
1 parent 363f701 commit 554f23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/emulator-run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const simulator = new Simulator();
1616
const mcu = simulator.rp2040;
1717
mcu.loadBootrom(bootromB1);
1818

19-
const imageName = args.image ?? 'hello_uart.hex'
19+
const imageName = args.image ?? 'hello_uart.hex';
2020

2121
// Check the extension of the file
2222
const extension = imageName.split('.').pop();

0 commit comments

Comments
 (0)