Skip to content

Commit 568c9d2

Browse files
precommit fixes
1 parent 68e9a6d commit 568c9d2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci-stylus-check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,4 @@ jobs:
7777
uses: giraffate/clippy-action@v1
7878
with:
7979
reporter: "github-pr-check"
80-
github_token: ${{ secrets.GITHUB_TOKEN }}
81-
80+
github_token: ${{ secrets.GITHUB_TOKEN }}

target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ crate-type = ["lib", "cdylib"]
2525

2626
[features]
2727
e2e = []
28-
export-abi = []
28+
export-abi = []

target_chains/ethereum/sdk/stylus/examples/function-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ crate-type = ["lib", "cdylib"]
2525

2626
[features]
2727
e2e = []
28-
export-abi = []
28+
export-abi = []

0 commit comments

Comments
 (0)