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", +]