Skip to content

Commit f84128f

Browse files
committed
!fixup fmt
1 parent d830d2b commit f84128f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soroban-sdk/src/testutils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ pub trait Address {
441441
pub trait MuxedAddress {
442442
/// Create a new MuxedAddress with arbitrary `Address` part and provided
443443
/// multiplexing identifier.
444-
///
445-
/// Note, that since currently only accounts can be multiplexed, the
444+
///
445+
/// Note, that since currently only accounts can be multiplexed, the
446446
/// underlying `Address` will be an account (not contract) address.
447447
fn generate(env: &Env, id: u64) -> crate::MuxedAddress;
448448

0 commit comments

Comments
 (0)