Apply default code formatting

This commit is contained in:
Thomas Basler 2022-04-09 11:05:58 +02:00
parent 54dc566473
commit 641f8813fa

View File

@ -1,9 +1,11 @@
#include <Arduino.h>
void setup() {
void setup()
{
// put your setup code here, to run once:
}
void loop() {
void loop()
{
// put your main code here, to run repeatedly:
}