Commit 4064f97
Make use of modern ?? and ??= syntax where it makes sense
I feel like this makes the code more compact and more readable. The
syntax especially avoids any repetition.
I used a few regex patterns to find these places, but made all
changes carefully by hand, not automatically.
Change-Id: I131e69b55be0aeba32ceda45a6229cb40a3a812d1 parent a130aef commit 4064f97
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
| 258 | + | |
261 | 259 | | |
262 | 260 | | |
263 | 261 | | |
| |||
0 commit comments