Skip to content

Commit 23b79fd

Browse files
carloskikiCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 47707eb commit 23b79fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pairing.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ impl MillerLoopResult {
166166
unsafe { blst_final_exp(&mut out, &self.0.0) };
167167
Gt(Fp12(out))
168168
}
169-
170169
/// Efficiently compare two `MillerLoopResult`s for equality.
171170
///
172171
/// This method checks if two Miller loop results are equivalent in the

0 commit comments

Comments
 (0)