fix formatting

This commit is contained in:
Mario Pesch 2022-11-03 10:12:45 +01:00
parent 32303494f7
commit d71ca25828

View File

@ -175,16 +175,15 @@ void loop() {
defaultValue={
localStorage.getItem("ArduinoCode")
? localStorage.getItem("ArduinoCode")
: `
#include <senseBoxIO.h> //needs to be always included
: `#include <senseBoxIO.h> //needs to be always included
void setup () {
void setup () {
}
void loop() {
}`
}
void loop() {
}`
}
value={fileContent}
onMount={(editor, monaco) => {