From 25ecec681848c8d103e220d1a499a36c7550bb27 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 18:26:32 +0100 Subject: [PATCH] :wrench: fix indent --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c7f5ad45..57d02f35 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,8 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 - with: python-version: '3.x' + with: + python-version: '3.x' - name: submodules run: git submodule update --init util ast -- 2.43.0