mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-06-20 10:11:05 +00:00
cargo fmt on plain-cumulus template
This commit is contained in:
+5
-5
@@ -1,10 +1,10 @@
|
||||
#[cfg(feature = "std")]
|
||||
fn main() {
|
||||
substrate_wasm_builder::WasmBuilder::new()
|
||||
.with_current_project()
|
||||
.export_heap_base()
|
||||
.import_memory()
|
||||
.build()
|
||||
substrate_wasm_builder::WasmBuilder::new()
|
||||
.with_current_project()
|
||||
.export_heap_base()
|
||||
.import_memory()
|
||||
.build()
|
||||
}
|
||||
|
||||
/// The wasm builder is deactivated when compiling
|
||||
|
||||
Reference in New Issue
Block a user