From 60acf29360d270186d5751a5a116bed9e257a922 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 9 Jan 2024 13:44:57 +0100 Subject: [PATCH] format --- sdk/src/types/block/output/storage_score.rs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sdk/src/types/block/output/storage_score.rs b/sdk/src/types/block/output/storage_score.rs index 8370760fb9..ad4bf77f36 100644 --- a/sdk/src/types/block/output/storage_score.rs +++ b/sdk/src/types/block/output/storage_score.rs @@ -1,9 +1,10 @@ // Copyright 2022 IOTA Stiftung // 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). +//! 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). use packable::Packable;