Skip to content

Commit 44d7977

Browse files
committed
rustfmt instead of jetbrains formatter
1 parent 540ee49 commit 44d7977

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/message-board-sync.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async fn test_message_board() {
2626
constants::mainnet::HRP_SAPLING_EXTENDED_FULL_VIEWING_KEY,
2727
SAPLING_EFVK.trim(),
2828
)
29-
.unwrap();
29+
.unwrap();
3030

3131
let ufvk = UnifiedFullViewingKey::from_sapling_extended_full_viewing_key(s).unwrap();
3232
let ufvk_str = ufvk.encode(&Network::MainNetwork);
@@ -38,8 +38,8 @@ async fn test_message_board() {
3838
"scanned_to, tip",
3939
"console.log('Scanned: ', scanned_to, '/', tip)",
4040
))
41-
.await
42-
.unwrap();
41+
.await
42+
.unwrap();
4343
tracing::info!("Syncing complete :)");
4444

4545
let summary = w.get_wallet_summary().unwrap();

0 commit comments

Comments
 (0)