chore: cargo fmt --all on fix-683 branch

This commit is contained in:
YeonGyu-Kim
2026-05-25 12:06:11 +09:00
parent 013694476e
commit a76dda2b19
2 changed files with 22 additions and 10 deletions

View File

@@ -902,7 +902,10 @@ fn parse_args(args: &[String]) -> Result<CliAction, String> {
_ => None,
};
if let Some(topic) = topic {
return Ok(CliAction::HelpTopic { topic, output_format });
return Ok(CliAction::HelpTopic {
topic,
output_format,
});
}
}
return Ok(CliAction::Help { output_format });