Skip to content

Commit 0a7b058

Browse files
committed
chore: format nightly (WTF?)
1 parent 89016a9 commit 0a7b058

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

types/src/v17/wallet/into.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,7 @@ impl ListUnspentItem {
687687

688688
impl ListWallets {
689689
/// Converts version specific type to a version nonspecific, more strongly typed type.
690-
pub fn into_model(self) -> model::ListWallets {
691-
model::ListWallets(self.0)
692-
}
690+
pub fn into_model(self) -> model::ListWallets { model::ListWallets(self.0) }
693691
}
694692

695693
impl LoadWallet {

0 commit comments

Comments
 (0)