瀏覽代碼

error fix

Román Cárdenas 1 年之前
父節點
當前提交
8e1e690eff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/clippy.yaml

+ 2 - 2
.github/workflows/clippy.yaml

@@ -32,8 +32,8 @@ jobs:
       - name: Run clippy
         run: cargo clippy --all ${{ matrix.cargo_flags }} -- -D warnings
 
-    # Job to check that all the lint checks succeeded
-    clippy-check:
+   # Job to check that all the lint checks succeeded
+  clippy-check:
     needs:
     - clippy
     runs-on: ubuntu-latest