From 252a64dc077e3c38207394de009dc84fc109a263 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 16 Nov 2020 14:33:53 -0800 Subject: [PATCH] astyle the dummy sketch --- etc/dummy-sketch/dummy-sketch.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/dummy-sketch/dummy-sketch.ino b/etc/dummy-sketch/dummy-sketch.ino index e6460940..f44efdc9 100644 --- a/etc/dummy-sketch/dummy-sketch.ino +++ b/etc/dummy-sketch/dummy-sketch.ino @@ -1,4 +1,4 @@ -// this is a dummy sketch that's just here so that we can get -// arduino-cli to give us properties for our platform if we +// this is a dummy sketch that's just here so that we can get +// arduino-cli to give us properties for our platform if we // don't have a sketch, like happens when building parts of the // simulator test infrastructure