diff --git a/parachain/runtime/litentry/build.rs b/parachain/runtime/litentry/build.rs index ac110a4332..8a54ffb4d4 100644 --- a/parachain/runtime/litentry/build.rs +++ b/parachain/runtime/litentry/build.rs @@ -27,12 +27,12 @@ fn main() { #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("LIT", 18) - .build(); + WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("LIT", 18) + .build(); } #[cfg(not(feature = "std"))] diff --git a/parachain/runtime/paseo/build.rs b/parachain/runtime/paseo/build.rs index ac110a4332..8a54ffb4d4 100644 --- a/parachain/runtime/paseo/build.rs +++ b/parachain/runtime/paseo/build.rs @@ -27,12 +27,12 @@ fn main() { #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("LIT", 18) - .build(); + WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("LIT", 18) + .build(); } #[cfg(not(feature = "std"))] diff --git a/parachain/runtime/rococo/build.rs b/parachain/runtime/rococo/build.rs index ac110a4332..8a54ffb4d4 100644 --- a/parachain/runtime/rococo/build.rs +++ b/parachain/runtime/rococo/build.rs @@ -27,12 +27,12 @@ fn main() { #[cfg(all(feature = "std", feature = "metadata-hash"))] fn main() { - WasmBuilder::new() - .with_current_project() - .export_heap_base() - .import_memory() - .enable_metadata_hash("LIT", 18) - .build(); + WasmBuilder::new() + .with_current_project() + .export_heap_base() + .import_memory() + .enable_metadata_hash("LIT", 18) + .build(); } #[cfg(not(feature = "std"))]