From 9a8f1f550b3b8b037fc027d00b473fe13eb3e085 Mon Sep 17 00:00:00 2001 From: davidemazzocchi Date: Thu, 9 Oct 2025 15:17:56 +0200 Subject: [PATCH] chore: run cargo format --- 01.workspace/heave/src/str/entity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.workspace/heave/src/str/entity.rs b/01.workspace/heave/src/str/entity.rs index 83f715b..1d07d04 100644 --- a/01.workspace/heave/src/str/entity.rs +++ b/01.workspace/heave/src/str/entity.rs @@ -155,4 +155,4 @@ impl O { .map(|value| T::from(value.clone())) .unwrap_or(default) } -} \ No newline at end of file +}