Skip to content

refactor: use expression bodied lambdas where possible#10

Merged
clFaster merged 1 commit intomainfrom
deepsource-autofix-aefb221c
Dec 16, 2025
Merged

refactor: use expression bodied lambdas where possible#10
clFaster merged 1 commit intomainfrom
deepsource-autofix-aefb221c

Conversation

@deepsource-autofix
Copy link
Contributor

If your lambda's body has a single statement, consider refactoring it to move away from block syntax to expression body. Doing so makes your code easier to read.

If your lambda's body has a single statement, consider refactoring it to move away from block syntax to expression body. Doing so makes your code easier to read.
@clFaster clFaster merged commit 781d6de into main Dec 16, 2025
2 of 3 checks passed
@clFaster clFaster deleted the deepsource-autofix-aefb221c branch December 16, 2025 21:52
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