Commit 7e571d0
Fix indentation in secret masking files (#5163)
`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 <nguerrera@microsoft.com>1 parent 52de2a7 commit 7e571d0
File tree
2 files changed
+790
-790
lines changed- src
- Agent.Sdk/SecretMasking
- Test/L0/SecretMaskerTests
2 files changed
+790
-790
lines changed
0 commit comments