Skip to content

Commit

Permalink
fix lint (#933)
Browse files Browse the repository at this point in the history
Co-authored-by: shaorongqiang <[email protected]>
  • Loading branch information
shaorongqiang and shiran555 authored Apr 21, 2023
1 parent 0e2508d commit 92928e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/finutils/src/bins/stt/stt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ROOT_MNEMONIC: &str = "zoo nerve assault talk depend approve mercy surge b
type Name = String;
type NameRef<'a> = &'a str;

#[macro_export(crate)]
#[macro_export]
macro_rules! sleep_n_block {
($n_block: expr, $itv: expr) => {{
let n = $n_block as f64;
Expand Down

0 comments on commit 92928e1

Please sign in to comment.