From 2111c1248b08236a839dcf22036f92735bceb31c Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:21 +0100 Subject: chore(all): style formatting and clippy fixes --- stockton-levels/src/types.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stockton-levels/src/types.rs') diff --git a/stockton-levels/src/types.rs b/stockton-levels/src/types.rs index 7bccd23..6f19b3d 100644 --- a/stockton-levels/src/types.rs +++ b/stockton-levels/src/types.rs @@ -86,8 +86,8 @@ impl RGB { /// An error encountered while parsing. pub enum ParseError { Unsupported, - Invalid + Invalid, } /// Standard result type. -pub type Result = std::result::Result; \ No newline at end of file +pub type Result = std::result::Result; -- cgit v1.2.3