Apply default code formatting
This commit is contained in:
parent
54dc566473
commit
641f8813fa
@ -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:
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user