Apply more suggestions.
This commit is contained in:
@@ -23,6 +23,6 @@ impl FileAccessInterface for LocalFileAccessInterface {
|
||||
.as_deref()
|
||||
.map(|pb| pb.join(path))
|
||||
.unwrap_or_else(|| PathBuf::from(path));
|
||||
Ok(std::fs::read_to_string(final_path)?)
|
||||
std::fs::read_to_string(final_path)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user