Skip to content

Comments

fix(cli): simplify closure to function reference in domain list#10

Merged
dviejokfs merged 1 commit intomainfrom
fix/cli-domain-clippy-lint
Feb 17, 2026
Merged

fix(cli): simplify closure to function reference in domain list#10
dviejokfs merged 1 commit intomainfrom
fix/cli-domain-clippy-lint

Conversation

@dviejokfs
Copy link
Contributor

Summary

  • Simplify .map(|t| format_millis_date(t)) to .map(format_millis_date) in the domain list command, addressing a Clippy lint (redundant_closure)

@dviejokfs dviejokfs merged commit 34d2971 into main Feb 17, 2026
4 of 5 checks passed
@dviejokfs dviejokfs deleted the fix/cli-domain-clippy-lint branch February 17, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant