chore(config): apply rustfmt

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:36:42 +02:00 committed by Michael Murphy
parent a04c74f240
commit 32eafb0c48

View file

@ -132,7 +132,7 @@ impl Config {
Err(Error::InvalidName(name.to_string())) Err(Error::InvalidName(name.to_string()))
} }
} }
/// Get state for the given application name and config version. State is meant to be used to /// Get state for the given application name and config version. State is meant to be used to
/// store items that may need to be exposed to other programs but will change regularly without /// store items that may need to be exposed to other programs but will change regularly without
/// user action /// user action