summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-01 12:10:54 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-01 12:10:54 +0200
commit8a544eab46732df3b6ffd203358ddebf9c8f5fea (patch)
treecf480e978f6559801001ab4d7056d85d62d5e1b3 /src/config.rs
parent300006a9a23f1f011dbc0f84d4d0e8797e65c0c4 (diff)
downloadvmadm-8a544eab46732df3b6ffd203358ddebf9c8f5fea.tar.gz
chore: fix code formatting
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 9e91eb4..a444d4e 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -56,7 +56,7 @@ pub enum ConfigurationError {
/// Error expanding a ~user in a path name.
#[error(transparent)]
- HomeDirError(#[from] home_dir::Error)
+ HomeDirError(#[from] home_dir::Error),
}
impl Configuration {