From 2d490e245a742a9fb0e87e296c0724b25769e541 Mon Sep 17 00:00:00 2001 From: Phoebe Szmucer Date: Mon, 22 Jul 2024 10:21:16 +0100 Subject: [PATCH] newline --- src/function/accumulated.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/function/accumulated.rs b/src/function/accumulated.rs index 5cd3ef92..5a269c7f 100644 --- a/src/function/accumulated.rs +++ b/src/function/accumulated.rs @@ -1,6 +1,7 @@ -use crate::{accumulator, hash::FxHashSet, storage::DatabaseGen, DatabaseKeyIndex, Id}; use std::collections::VecDeque; +use crate::{accumulator, hash::FxHashSet, storage::DatabaseGen, DatabaseKeyIndex, Id}; + use super::{Configuration, IngredientImpl}; impl IngredientImpl