You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`SecretMasker.cs` and `SecretMaskerL0.cs` have large portions indented to five spaces instead of four. This results in many `IDE055: Fix formatting` squiggles in VS. It is easy to fix these inadvertently while making other changes, which then makes reviewing those other changes more difficult.
This change was done using `Format Document (Ctrl+K, Ctrl+D)` in VS. It also fixed some instances of a missing space between attribute arguments.
Reviewing with the option to ignore whitespace should show no diff.
Co-authored-by: Nick Guerrera <[email protected]>
0 commit comments