cargo fmt
This commit is contained in:
parent
c11593e7e4
commit
69159b9360
1 changed files with 2 additions and 2 deletions
|
@ -3,5 +3,5 @@ use thiserror::Error;
|
|||
#[derive(Debug, Error)]
|
||||
pub(crate) enum UserError {
|
||||
#[error("User aborted the operation.")]
|
||||
Aborted
|
||||
Aborted,
|
||||
}
|
Loading…
Reference in a new issue