Commit ea002d5
fix: remove unnecessary safe property access
these were non-null properties and do not need safe access,
it is flagged as a warning (which we fail on with -Werror)
in new kotlin1 parent 535c9cf commit ea002d5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments