chore: reformat a docstring

This commit is contained in:
steven-omaha
2023-05-12 22:41:16 +02:00
parent 001ccb5bf6
commit 082cad9529
+2 -2
View File
@@ -24,8 +24,8 @@ impl Config {
/// ///
/// # Errors /// # Errors
/// ///
/// This function will return an error if the config file exists but cannot be read, its /// This function will return an error if the config file exists but cannot be
/// contents are not UTF-8, or the file is malformed. /// read, its contents are not UTF-8, or the file is malformed.
pub fn load(config_file: &Path) -> Result<Self> { pub fn load(config_file: &Path) -> Result<Self> {
let from_file = read_to_string(config_file); let from_file = read_to_string(config_file);