From 6ec2184e7b46cf8dbb5d2395a10c47cba5a18af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Sun, 19 Jan 2025 09:05:41 -0800 Subject: [PATCH] fix: reformat --- .../01-quickstart-solidity-remix.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-remix.mdx b/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-remix.mdx index 01ccb867b..a333cb622 100644 --- a/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-remix.mdx +++ b/arbitrum-docs/build-decentralized-apps/01-quickstart-solidity-remix.mdx @@ -62,7 +62,8 @@ Let's implement the "Web3" version of the above vending machine using Arbitrum. - Yarn is the package manager we'll use to install dependencies. See [yarnpkg.com](https://yarnpkg.com/) to install. + Yarn is the package manager we'll use to install dependencies. See + [yarnpkg.com](https://yarnpkg.com/) to install. @@ -461,3 +462,5 @@ If you have any questions or feedback, reach out to us on [Discord](https://disc [^4]: When our `VendingMachine` contract is deployed to Ethereum, it'll be hosted by Ethereum's decentralized network of nodes. Generally speaking, we won't be able to modify the contract's code after it's deployed. [^5]: To learn more about how Ethereum wallets work, see [Ethereum.org's introduction to Ethereum wallets](https://ethereum.org/en/wallets/). [^6]: Visit the [Gentle Introduction to Arbitrum](../intro/intro.mdx) for a beginner-friendly introduction to Arbitrum's rollup protocol. +``` +