Skip to content

Commit

Permalink
indentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushdubey86 authored Feb 14, 2025
1 parent be13180 commit f0d482e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/precompile/src/bls12_381/reuse_const.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
use crate::PrecompileWithAddress;

use crate::bls12_381::g1_add;
use crate::bls12_381::g1_msm;
use crate::bls12_381::g2_add;
use crate::bls12_381::g2_msm;
use crate::bls12_381::pairing;
use crate::bls12_381::map_fp_to_g1;
use crate::bls12_381::map_fp2_to_g2;
use crate::bls12_381::pairing;

#[cfg(feature = "blst")]
pub fn precompiles() -> impl Iterator<Item = PrecompileWithAddress> {

[
g1_add::PRECOMPILE,
g1_msm::PRECOMPILE,
Expand Down

0 comments on commit f0d482e

Please sign in to comment.