diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index ad5ce509..16756aae 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -226,4 +226,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] +] \ No newline at end of file diff --git a/runtime/testnet/Cargo.toml b/runtime/testnet/Cargo.toml index d41774b5..53d20552 100644 --- a/runtime/testnet/Cargo.toml +++ b/runtime/testnet/Cargo.toml @@ -220,4 +220,4 @@ try-runtime = [ "parachain-info/try-runtime", "polkadot-runtime-common/try-runtime", "sp-runtime/try-runtime", -] +] \ No newline at end of file