From 69159b93602957dc29cd3a84749079393a05e673 Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Mon, 21 Feb 2022 12:22:03 -0500 Subject: [PATCH] cargo fmt --- src/errors.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/errors.rs b/src/errors.rs index f63f420..0def6f0 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -3,5 +3,5 @@ use thiserror::Error; #[derive(Debug, Error)] pub(crate) enum UserError { #[error("User aborted the operation.")] - Aborted -} \ No newline at end of file + Aborted, +}