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