From 8cab4b06fe5e569003d6131b1c03d5b01b53060e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 18:24:17 +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 931c1c97..c7f5ad45 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