Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
doylemark committed Aug 27, 2024
1 parent 1a610f4 commit 3f8dd89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: dtolnay/[email protected]
with:
targets: x86_64-unknown-linux-musl
components: rustfmt
components: rustfmt
- uses: Swatinem/rust-cache@v2
with:
shared-key: "standard-cache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-control-plane-image-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: dtolnay/[email protected]
with:
targets: x86_64-unknown-linux-musl
components: rustfmt
components: rustfmt
- uses: Swatinem/rust-cache@v2
with:
shared-key: "standard-cache"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: dtolnay/[email protected]
with:
targets: x86_64-unknown-linux-musl
components: clippy, rustfmt
components: clippy, rustfmt
- uses: Swatinem/rust-cache@v2
with:
shared-key: "standard-cache"
Expand Down

0 comments on commit 3f8dd89

Please sign in to comment.