From da5308d9b8beb9847784b0f2170ce8a7020d9f6f Mon Sep 17 00:00:00 2001 From: Nisheeth Barthwal Date: Thu, 30 Mar 2023 14:33:59 +0200 Subject: [PATCH] fmt --- primitives/storage/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/primitives/storage/Cargo.toml b/primitives/storage/Cargo.toml index 260643ed37..f688f5e8a3 100644 --- a/primitives/storage/Cargo.toml +++ b/primitives/storage/Cargo.toml @@ -18,5 +18,5 @@ serde = { workspace = true, optional = true } default = ["std"] std = [ "scale-codec/std", - "serde" -] \ No newline at end of file + "serde", +]