Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Oct 2, 2024
1 parent 33ea9bc commit 49e474f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions parachain/runtime/litentry/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down
12 changes: 6 additions & 6 deletions parachain/runtime/paseo/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down
12 changes: 6 additions & 6 deletions parachain/runtime/rococo/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))]
Expand Down

0 comments on commit 49e474f

Please sign in to comment.