Skip to content

Commit cb321fa

Browse files
committed
cargo fmt
1 parent ead8215 commit cb321fa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

wasm/src/programs/data/helpers/future.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
// along with the Aleo SDK library. If not, see <https://www.gnu.org/licenses/>.
1616

1717
use crate::{
18+
Field,
1819
Plaintext,
1920
object,
2021
plaintext_to_js_value,
2122
types::native::{ArgumentNative, FutureNative},
22-
Field,
23-
Plaintext,
2423
};
2524

2625
use crate::types::native::FieldNative;

wasm/src/programs/execution.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
pub use super::*;
1818
use crate::{
19-
types::native::{CurrentNetwork, ExecutionNative, IdentifierNative, ProcessNative, ProgramID, VerifyingKeyNative},
2019
Transition,
20+
types::native::{CurrentNetwork, ExecutionNative, IdentifierNative, ProcessNative, ProgramID, VerifyingKeyNative},
2121
};
2222
use js_sys::Array;
2323
use std::{ops::Deref, str::FromStr};
24-
use wasm_bindgen::{prelude::wasm_bindgen, JsValue};
24+
use wasm_bindgen::{JsValue, prelude::wasm_bindgen};
2525

2626
/// Execution of an Aleo program.
2727
#[wasm_bindgen]

0 commit comments

Comments
 (0)