fix: lint fix 2

This commit is contained in:
Oleksandr Pravdyvyi 2025-06-18 14:32:30 +03:00
parent cdd1bdbfbd
commit f491266105

View File

@ -209,7 +209,7 @@ impl ActionData {
.into_iter()
.map(|owned_utxo| owned_utxo.into())
.collect();
format!("Published utxos {:?}", pub_own_utxo)
format!("Published utxos {pub_own_utxo:?}")
}
}
}