From 28afe7f86f217edff0d553f0e331e57a50c01b05 Mon Sep 17 00:00:00 2001
From: Jean-Michel Picod <jmichel@google.com>
Date: Thu, 27 Feb 2020 18:43:02 +0100
Subject: [PATCH] Fix yaml bad indent

---
 .github/workflows/python.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 7c0e104..9e97b0e 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -45,6 +45,6 @@ jobs:
           pip install yapf tockloader
       - name: Test code formatting with yapf
         run: |
-        ./setup.sh
-        echo ::add-matcher::./.github/python_matcher.json
-        yapf --style=chromium --recursive --exclude third_party --diff .
+          ./setup.sh
+          echo ::add-matcher::./.github/python_matcher.json
+          yapf --style=chromium --recursive --exclude third_party --diff .
-- 
GitLab