Commit 3fa1101
Remove redundant readonly modifiers from auto-properties
The readonly modifier on auto-properties inside a readonly struct is
redundant — the struct and get-only accessors already guarantee
immutability.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f2613ab commit 3fa1101
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments