From aeecda31d79202b44516448560b1666c27eb1289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 14 Sep 2022 11:30:12 +0200 Subject: [PATCH] rustfmt --- nym-wallet/src-tauri/src/operations/help/mod.rs | 2 +- nym-wallet/src-tauri/src/operations/mod.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nym-wallet/src-tauri/src/operations/help/mod.rs b/nym-wallet/src-tauri/src/operations/help/mod.rs index 7e8abe2029..f4ee9bc8d0 100644 --- a/nym-wallet/src-tauri/src/operations/help/mod.rs +++ b/nym-wallet/src-tauri/src/operations/help/mod.rs @@ -1 +1 @@ -pub mod log; \ No newline at end of file +pub mod log; diff --git a/nym-wallet/src-tauri/src/operations/mod.rs b/nym-wallet/src-tauri/src/operations/mod.rs index 57c1f1cbdd..457971d8c8 100644 --- a/nym-wallet/src-tauri/src/operations/mod.rs +++ b/nym-wallet/src-tauri/src/operations/mod.rs @@ -1,6 +1,6 @@ +pub mod help; pub mod mixnet; pub mod signatures; pub mod simulate; pub mod validator_api; pub mod vesting; -pub mod help; \ No newline at end of file