From 14a18dbfea9051f1c56d23d8c66e09e0a6dc5a40 Mon Sep 17 00:00:00 2001 From: John <75003086+ZYJLiu@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:26:20 -0600 Subject: [PATCH] fix prettier lint error --- content/guides/token-2022/non-transferable.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/guides/token-2022/non-transferable.md b/content/guides/token-2022/non-transferable.md index 2758765b4..b1d0c7644 100644 --- a/content/guides/token-2022/non-transferable.md +++ b/content/guides/token-2022/non-transferable.md @@ -23,8 +23,8 @@ possible to create tokens that cannot be transferred. While tokens cannot be transferred, the owner can still burn tokens and close the Token Account. This prevents users from being "stuck" with an unwanted asset. -In this guide, we'll walk through an example of creating "soul-bound" tokens with -the `NonTransferable` extension using Solana Playground. Here is the +In this guide, we'll walk through an example of creating "soul-bound" tokens +with the `NonTransferable` extension using Solana Playground. Here is the [final script](https://beta.solpg.io/6570c54bfb53fa325bfd0c4d). ## Getting Started