From 1fb8c8d368dd87cce12c56466a19421b60482bc6 Mon Sep 17 00:00:00 2001 From: Niklas Adolfsson Date: Tue, 30 Nov 2021 19:46:38 +0100 Subject: [PATCH] cargo fmt --- client/src/lib.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/client/src/lib.rs b/client/src/lib.rs index bd1f5d6055..3ea925662d 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -1,5 +1,5 @@ // Copyright 2019-2021 Parity Technologies (UK) Ltd. -// This file is part of substrate-subxt. +// This file is part of subxt. // // subxt is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -12,15 +12,10 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with substrate-subxt. If not, see . - -//! Client for embedding substrate nodes. +// along with subxt. If not, see . #![deny(missing_docs)] -#[cfg(test)] -mod tests; - use async_std::task; use futures::{ channel::mpsc,