From 326561ad02589072e53e6e96dd1a5b594e77c431 Mon Sep 17 00:00:00 2001 From: Angry Coding Date: Mon, 20 Jan 2025 23:48:00 +0000 Subject: [PATCH] chore:removed space chore: vec changes --- .github/workflows/cli-foundry-test.yml | 1 - .../ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cli-foundry-test.yml b/.github/workflows/cli-foundry-test.yml index fb8cdf7f3..0a0155df5 100644 --- a/.github/workflows/cli-foundry-test.yml +++ b/.github/workflows/cli-foundry-test.yml @@ -11,7 +11,6 @@ on: - target_chains/ethereum/sdk/stylus/** env: FOUNDRY_PROFILE: ci - jobs: check: name: Foundry project diff --git a/target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs b/target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs index fc953989f..380a509e3 100644 --- a/target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs +++ b/target_chains/ethereum/sdk/stylus/examples/extend-pyth-example/src/lib.rs @@ -20,6 +20,6 @@ impl ExtendPythExample { /// Returns a vector of bytes containing the data. fn get_data(&self) -> Vec { // just reteun data - vec![1, 2, 3] + vec![1, 2, 3,4,5,6,7,8,9,10] } }