Skip to content

Commit f268acf

Browse files
halfagg: Run rustfmt
1 parent 5f9a3d6 commit f268acf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hacspec-halfagg/tests/tests.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,7 @@ fn test_edge_cases() {
211211
inc_aggregate(&aggsig, &empty_pm, &big_pms).unwrap_err()
212212
== hacspec_halfagg::Error::AggSigTooBig
213213
);
214-
assert!(verify_aggregate(&aggsig, &big_pm).unwrap_err() == hacspec_halfagg::Error::AggSigTooBig);
214+
assert!(
215+
verify_aggregate(&aggsig, &big_pm).unwrap_err() == hacspec_halfagg::Error::AggSigTooBig
216+
);
215217
}

0 commit comments

Comments
 (0)