From 2d7e0a2fbf1c8a4187e2bf3fdcd592631ab273a0 Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Fri, 26 May 2023 17:40:27 +0200 Subject: added full progress? cargo fmt --- src/error.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index e6afeaa..f981f14 100644 --- a/src/error.rs +++ b/src/error.rs @@ -106,9 +106,11 @@ impl From for MLError { impl From for MLError { fn from(value: serde_json::error::Error) -> Self { - Self { etype: ErrorType::LibJson, message: value.to_string() } + Self { + etype: ErrorType::LibJson, + message: value.to_string(), + } } - } impl MLError { -- cgit v1.2.3