Commit 8727b61
committed
minor #45433 Leverage the match expression (fancyweb)
This PR was merged into the 6.1 branch.
Discussion
----------
Leverage the match expression
| Q | A
| ------------- | ---
| Branch? | 6.1
| Bug fix? | no
| New feature? | no
| Deprecations? | -
| Tickets | -
| License | MIT
| Doc PR | -
Tentative to leverage the `match` expression when we can in order to keep on modernizing the code (after `array_is_list()`, `str_starts_with()`, `str_ends_with()` and `str_contains()`).
Firstly, let's see if the CI is green.
Commits
-------
217dc16187 Leverage the match expression1 file changed
+6
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
181 | 176 | | |
182 | 177 | | |
183 | 178 | | |
| |||
0 commit comments