Skip to content

Commit

Permalink
fmt nit
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-ps-2003 committed Aug 7, 2024
1 parent b5b4283 commit 8eb8ccc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ pub fn fast_pow(base: u256, exp: u32) -> u256 {
}
base = base * base;
}
}
}
4 changes: 2 additions & 2 deletions tests/tests.cairo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use raito::engine::bits_to_target;
use raito::validation::bits_to_target;

#[test]
fn test_bits_to_target_01003456() {
Expand Down Expand Up @@ -73,4 +73,4 @@ fn test_bits_to_target_1707a429() {
result.unwrap() == 0x00000000000000000007a4290000000000000000000000000000000000000000_u256,
"Incorrect target for 0x1707a429"
);
}
}

0 comments on commit 8eb8ccc

Please sign in to comment.