Skip to content

2.22.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 13 Apr 10:57
· 410 commits to develop since this release
0b8f934
Type Description Link
Fix Only apply line break to lambdas with statements

## Before this PR
Previous PR #707 was a little aggressive and inserted line breaks for non-statement lambdas.

## After this PR
Only multi-line lambdas cause a line-break in the method chain.
#708