Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
steelgeek091 committed Apr 15, 2024
1 parent 641ffc6 commit 9780e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/moveos-stdlib/src/natives/moveos_stdlib/hash.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Copyright (c) RoochNetwork
// SPDX-License-Identifier: Apache-2.0

use crate::args_count_error;
use crate::natives::helpers::{make_module_natives, make_native};
use fastcrypto::hash::{Blake2b256, HashFunction, Keccak256, Ripemd160};
use move_binary_format::errors::PartialVMResult;
Expand All @@ -14,7 +15,6 @@ use move_vm_types::{
};
use smallvec::smallvec;
use std::collections::VecDeque;
use crate::args_count_error;

fn hash<H: HashFunction<DIGEST_SIZE>, const DIGEST_SIZE: usize>(
gas_params: &FromBytesGasParameters,
Expand Down

0 comments on commit 9780e8e

Please sign in to comment.