format docstrings (still WIP)

This commit is contained in:
steven-omaha
2023-02-23 12:11:45 +01:00
parent 100ee9bef9
commit d064416a37
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ fn main() -> ExitCode {
handle_final_result(main_inner())
}
/// Skip printing the error chain when searching packages yields no results, otherwise report error
/// chain.
/// Skip printing the error chain when searching packages yields no results,
/// otherwise report error chain.
fn handle_final_result(result: Result<()>) -> ExitCode {
match result {
Ok(_) => ExitCode::SUCCESS,