Skip to content

Commit

Permalink
chore:removed space
Browse files Browse the repository at this point in the history
chore: vec changes
  • Loading branch information
Ifechukwudaniel committed Jan 21, 2025
1 parent 796680d commit 326561a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cli-foundry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- target_chains/ethereum/sdk/stylus/**
env:
FOUNDRY_PROFILE: ci

jobs:
check:
name: Foundry project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ impl ExtendPythExample {
/// Returns a vector of bytes containing the data.
fn get_data(&self) -> Vec<u8> {
// just reteun data
vec![1, 2, 3]
vec![1, 2, 3,4,5,6,7,8,9,10]
}
}

0 comments on commit 326561a

Please sign in to comment.