From 015ff1cf72bafbf12c6ed0cd9976d530440fb27e Mon Sep 17 00:00:00 2001 From: Mirko Zichichi Date: Wed, 14 Aug 2024 10:34:21 +0200 Subject: [PATCH] fix(docs/content): code lines --- docs/content/developer/stardust/claiming/self-sponsor.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/developer/stardust/claiming/self-sponsor.mdx b/docs/content/developer/stardust/claiming/self-sponsor.mdx index 5fbde688a52..cbb8921c788 100644 --- a/docs/content/developer/stardust/claiming/self-sponsor.mdx +++ b/docs/content/developer/stardust/claiming/self-sponsor.mdx @@ -14,7 +14,7 @@ This is useful for Shimmer assets, because none of the Move objects obtained fro -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L62-L68 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L61-L67 ``` @@ -31,7 +31,7 @@ TODO -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L104-L153 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L103-L152 ``` @@ -47,7 +47,7 @@ TODO -```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L169-L197 +```rust file=/docs/examples/rust/stardust/shimmer-self-sponsor.rs#L168-L194 ```