refactor: simplify resolve_identifier return expression
Avoid let-binding that is immediately returned. Let the match expression
be the return value directly, improving code clarity and satisfying clippy.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>