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 +}