Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 7, 2024
1 parent a93daea commit 2b7dae0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fns/constrained_ops.nr
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ use crate::fns::{
unconstrained_helpers::{
__add_with_flags, __neg_with_flags, __sub_with_flags, __validate_gt_remainder,
__validate_in_field_compute_borrow_flags,
},
unconstrained_ops::{__div, __mul, __udiv_mod},
}, unconstrained_ops::{__div, __mul, __udiv_mod},
};

/**
Expand Down

0 comments on commit 2b7dae0

Please sign in to comment.