From 0af511a9ffc2217d471c2337db089a454e0a37fb Mon Sep 17 00:00:00 2001 From: gitolicious Date: Mon, 15 Apr 2019 00:48:07 +0200 Subject: [PATCH] indentation --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 6d233420a..4428abd79 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,3 +1,3 @@ tasks: -- before: pip install -U platformio -- command: platformio run + - before: pip install -U platformio + - command: platformio run