Skip to content

Commit cb71258

Browse files
committed
formatting
1 parent a7f7e69 commit cb71258

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

crates/common/src/raindex_client/local_db/query/fetch_transaction_by_hash.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ mod wasm_tests {
3232
let expected_stmt =
3333
build_fetch_transaction_by_hash_stmt(&OrderbookIdentifier::new(1, orderbook), tx_hash);
3434

35-
let store = Rc::new(RefCell::new((
36-
String::new(),
37-
JsValue::UNDEFINED,
38-
)));
35+
let store = Rc::new(RefCell::new((String::new(), JsValue::UNDEFINED)));
3936
let callback = create_sql_capturing_callback("[]", store.clone());
4037
let exec = JsCallbackExecutor::from_ref(&callback);
4138

0 commit comments

Comments
 (0)