Browse Source

minor code format fix

ondratra 4 years ago
parent
commit
a5bf99d792
2 changed files with 0 additions and 2 deletions
  1. 0 1
      node/src/service.rs
  2. 0 1
      runtime/src/primitives.rs

+ 0 - 1
node/src/service.rs

@@ -15,7 +15,6 @@
 // along with Joystream node.  If not, see <http://www.gnu.org/licenses/>.
 
 #![warn(unused_extern_crates)]
-
 // Substrate implementation issue.
 #![allow(clippy::redundant_closure_call)]
 

+ 0 - 1
runtime/src/primitives.rs

@@ -1,7 +1,6 @@
 //! Low-level types used throughout the Substrate code.
 
 #![warn(missing_docs)]
-
 #![cfg_attr(not(feature = "std"), no_std)]
 
 use sp_runtime::{