From e680848b2f2258d64f908a61023c6d11cf56678b Mon Sep 17 00:00:00 2001 From: lemunozm Date: Fri, 1 Dec 2023 10:46:21 +0100 Subject: [PATCH] fmt --- .github/workflows/sanity-checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 38d9fb14a2..bccfd8ab40 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: target: [test-general, test-integration, - lint-fmt, lint-clippy, cargo-build, docs-build ,lint-taplo] + lint-fmt, lint-clippy, cargo-build, docs-build, lint-taplo] steps: - name: Check out code uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab #3.5.2 @@ -55,4 +55,4 @@ jobs: env: TARGET: benchmark-check RUNTIME: ${{ matrix.runtime }} - RUSTC_WRAPPER: "sccache" \ No newline at end of file + RUSTC_WRAPPER: "sccache"