Commit 51df010
Remove null-conditional operator as suggested - TagHelperInfo.BindingResult cannot be null
Co-authored-by: DustinCampbell <[email protected]>1 parent 3350e22 commit 51df010
File tree
1 file changed
+2
-7
lines changed- src/Razor/src/Microsoft.CodeAnalysis.Razor.Workspaces/CodeActions/Razor
1 file changed
+2
-7
lines changedLines changed: 2 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 126 | + | |
| 127 | + | |
133 | 128 | | |
134 | 129 | | |
135 | 130 | | |
| |||
0 commit comments