This commit is contained in:
2025-04-05 11:05:24 +02:00
parent 749c60e131
commit 8605e08a65
10 changed files with 21 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ impl Container {
/// # Returns
///
/// * `Self` - The container instance for method chaining
pub fn reset(mut self) -> Self {
pub fn reset(self) -> Self {
let name = self.name;
let image = self.image.clone();