Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sirasistant committed Oct 28, 2024
1 parent 0e26215 commit d90ba66
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ pub(super) fn compile_prepare_vector_push_procedure<F: AcirField + DebugToString
/// Reallocates the target vector for insertion, skipping reallocation if the source vector can be reused.
/// If it doesn't fit capacity we will reallocate the vector to double the capacity.
/// Does not copy the items, only reallocates the vector.
pub(crate) fn reallocate_vector_for_insertion<F: AcirField + DebugToString, Registers: RegisterAllocator>(
pub(crate) fn reallocate_vector_for_insertion<
F: AcirField + DebugToString,
Registers: RegisterAllocator,
>(
brillig_context: &mut BrilligContext<F, Registers>,
source_vector: BrilligVector,
source_rc: SingleAddrVariable,
Expand Down

0 comments on commit d90ba66

Please sign in to comment.