From 5f9f16651962694e1f91fb29f01c66897ba916e7 Mon Sep 17 00:00:00 2001 From: Mohammed Ghannam Date: Thu, 24 Oct 2024 10:19:19 +0200 Subject: [PATCH] Cargo fmt --- src/model.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/model.rs b/src/model.rs index 8e2007b..01b441b 100644 --- a/src/model.rs +++ b/src/model.rs @@ -80,7 +80,6 @@ impl Solving { } } - impl Model { /// Creates a new `Model` instance with an `Unsolved` state. pub fn new() -> Self {