cargo fmt

This commit is contained in:
Carson McManus 2022-02-21 12:22:03 -05:00
parent c11593e7e4
commit 69159b9360

View file

@ -3,5 +3,5 @@ use thiserror::Error;
#[derive(Debug, Error)] #[derive(Debug, Error)]
pub(crate) enum UserError { pub(crate) enum UserError {
#[error("User aborted the operation.")] #[error("User aborted the operation.")]
Aborted Aborted,
} }