From 85f2a1dddb41b79ac644e1053f5dac2003bf9d74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 18:02:45 +0100 Subject: [PATCH] :wrench: fix indent --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e15f49ee..931c1c97 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,7 +15,7 @@ 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