Skip to content

Commit b10514a

Browse files
committed
remove extra line
1 parent 31b367c commit b10514a

File tree

1 file changed

+0
-1
lines changed
  • sample-apps/bundles-price-per-component/extensions/price-per-component-rs/src

1 file changed

+0
-1
lines changed

sample-apps/bundles-price-per-component/extensions/price-per-component-rs/src/run.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use serde_json::Value;
1111
use shopify_function::prelude::*;
1212
use shopify_function::Result;
1313

14-
1514
#[shopify_function_target(query_path = "src/run.graphql", schema_path = "schema.graphql")]
1615
fn run(input: input::ResponseData) -> Result<output::FunctionRunResult> {
1716
let presentment_currency_rate_f64 = input.presentment_currency_rate.0;

0 commit comments

Comments
 (0)