Commit 24fcd9f
committed
Upgrade: Drop the redundant safe call on the grace hint
Inside the `!inGrace || …` branch the smart cast already proves
`loadedState.grace` non-null, so the safe call and the `== true`
comparison on the plain Boolean only produced a compiler warning.1 parent 5aae323 commit 24fcd9f
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments