mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
fe50f314d9
commit
9c20cf5c7c
@ -100,7 +100,9 @@ pub async fn create_new_subscription(
|
||||
};
|
||||
verbose_print(
|
||||
&print_tx,
|
||||
&format!("eth: closed local subscription due to error {e:?}"),
|
||||
&format!(
|
||||
"eth: closed local subscription due to error {e:?}"
|
||||
),
|
||||
)
|
||||
.await;
|
||||
kernel_message(
|
||||
|
Loading…
Reference in New Issue
Block a user