From c32d51cf548ee3308f8d954b85fc68f0ca53f680 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 9 Jan 2024 13:27:42 +0100 Subject: [PATCH] format --- sdk/src/types/block/output/storage_score.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/src/types/block/output/storage_score.rs b/sdk/src/types/block/output/storage_score.rs index dbd08f0650..8370760fb9 100644 --- a/sdk/src/types/block/output/storage_score.rs +++ b/sdk/src/types/block/output/storage_score.rs @@ -2,8 +2,8 @@ // SPDX-License-Identifier: Apache-2.0 //! Storage deposit is a concept that creates a monetary incentive to keep the ledger state small. This is achieved by -//! enforcing a minimum IOTA coin deposit in every output based on the disk space that will actually be used to store it. -//! [TIP-47: Storage Deposit Dust Protection](https://github.com/iotaledger/tips/blob/tip47/tips/TIP-0047/tip-0047.md). +//! enforcing a minimum IOTA coin deposit in every output based on the disk space that will actually be used to store +//! it. [TIP-47: Storage Deposit Dust Protection](https://github.com/iotaledger/tips/blob/tip47/tips/TIP-0047/tip-0047.md). use packable::Packable;