chore: address some clippy concerns

This commit is contained in:
J / Jacob Babich
2026-07-15 00:32:04 -04:00
parent 224ee7732f
commit 8ab8dd3441
15 changed files with 93 additions and 93 deletions

View File

@@ -85,5 +85,5 @@ pub fn validate_type_by_name(
});
}
return Ok(());
Ok(())
}