Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Jan 21, 2024
1 parent e151d07 commit b00d0d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/authenticated-avl-tree/src/batch_avl_prover.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use crate::batch_node::AVLTree;
use crate::operation::{Operation, TsOperationType};
use derive_more::{From, Into};
use ergo_avltree_rust::batch_avl_prover::BatchAVLProver as NativeBatchAVLProver;
use ergo_lib_utils::MapJsValueErrorResult;
use js_sys::Uint8Array;
use ergo_avltree_rust::batch_avl_prover::BatchAVLProver as NativeBatchAVLProver;
use wasm_bindgen::prelude::wasm_bindgen;
use wasm_bindgen::JsValue;

Expand Down
2 changes: 1 addition & 1 deletion packages/authenticated-avl-tree/src/operation.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use derive_more::{From, Into};
use ergo_avltree_rust::operation::{KeyValue, Operation as NativeOperation};
use ergo_lib_utils::{extract_classname, MapJsValueErrorResult};
use ergo_wasm_derive::TryFromJsValue;
use js_sys::Uint8Array;
use ergo_avltree_rust::operation::{KeyValue, Operation as NativeOperation};
use wasm_bindgen::{prelude::wasm_bindgen, JsValue};

#[wasm_bindgen]
Expand Down

0 comments on commit b00d0d4

Please sign in to comment.