summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/error.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/error.rs b/src/error.rs
index 09e6e86..002a1fc 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -16,9 +16,7 @@ pub enum Error {
RustFmt(Arc<rust_format::Error>),
#[error("the element tree contains no matching element")]
NonExistentElement,
- #[error(
- "the file dialog has been closed without selecting a valid option"
- )]
+ #[error("the file dialog has been closed without selecting a valid option")]
DialogClosed,
#[error("{0}")]
Other(String),