Skip to content

Commit 47e76bc

Browse files
committed
fix: cargo fmt
1 parent 1b24d84 commit 47e76bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod group {
7171
use ark_ed_on_bn254::Fq;
7272
use ark_ff::{BigInteger, PrimeField};
7373
use num_bigint::BigInt;
74-
use semaphore_rs::group::{Element, Group, EMPTY_ELEMENT};
74+
use semaphore_rs::group::{EMPTY_ELEMENT, Element, Group};
7575
use std::str::FromStr;
7676

7777
fn str_to_element(s: &str) -> Element {

0 commit comments

Comments
 (0)