Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Add newline at end of file for Git
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Oct 18, 2024
1 parent c7030a7 commit 2d6ba8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ const onButtonBPressed = () => {
input.onButtonPressed(Button.A, onButtonAPressed);
input.onButtonPressed(Button.B, onButtonBPressed);

radio.onReceivedString((receivedString) => basic.showString(receivedString));
radio.onReceivedString((receivedString) => basic.showString(receivedString));

0 comments on commit 2d6ba8d

Please sign in to comment.