Commit 4b4c96c
Handle multiline strings inside of chained calls
Summary:
Noticed that some multiline strings were not formatted and the common thing about them was that they were nested inside of other `QualifiedExpression`s.
The fix is a simple one-liner.
Reviewed By: cortinico
Differential Revision: D81201748
fbshipit-source-id: be59518987efc7aa774f05b3ae48326fbc735f0a1 parent 5c46e27 commit 4b4c96c
4 files changed
Lines changed: 312 additions & 253 deletions
File tree
- core/src
- main/java/com/facebook/ktfmt/format
- test/java/com/facebook/ktfmt
- format
- kdoc
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
138 | 139 | | |
139 | 140 | | |
140 | 141 | | |
| |||
0 commit comments