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
PSUseConsistentWhitespace: Correctly fix whitespace between command parameters when parameter value spans multiple lines (#2064)
* Added test coverage for the scenarios of parameter values spanning multiple lines
* Fix erroneous double-negative in test name
* As the correction takes place on the whitespace between two extents, the correction should begin on the last line of the left extent and end on the first line of the right extent
0 commit comments