From 2c2150662f3d0c3d32bde8ae4c0d17bb954797b2 Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Tue, 19 Jul 2022 06:54:17 +0000 Subject: [PATCH] fmt: cargo fmt --- --- a/pallets/common/src/lib.rs +++ b/pallets/common/src/lib.rs @@ -16,8 +16,8 @@ //! # Common pallet //! -//! The Common pallet provides an interface for common collection operations for different collection types -//! (see [CommonCollectionOperations], as well as a generic dispatcher for these, see [dispatch] module. +//! The Common pallet provides an interface for common collection operations for different collection types +//! (see [CommonCollectionOperations], as well as a generic dispatcher for these, see [dispatch] module. //! It also provides this functionality to EVM, see [erc] and [eth] modules. //! //! ## Overview @@ -131,7 +131,7 @@ /// Collection handle contains information about collection data and id. /// Also provides functionality to count consumed gas. -/// +/// /// CollectionHandle is used as a generic wrapper for collections of all types. /// It allows to perform common operations and queries on any collection type, /// both completely general for all, as well as their respective implementations of [`CommonCollectionOperations`]. -- gitstuff