Appease clippy

This commit is contained in:
Robin Avery 2024-03-01 13:59:17 -05:00
parent f573709433
commit 834ba3d3af
No known key found for this signature in database
GPG Key ID: 633B2D5AB640375C
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ pub fn run(args: Args) -> Result<()> {
return Some(obj);
}
return None;
None
}) else {
bail!("Unit not found: {}", u)
};