We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2a9d6 commit 2ed036fCopy full SHA for 2ed036f
Tests/Rules/PlaceCloseBrace.tests.ps1
@@ -130,7 +130,7 @@ $x = if ($true) { "blah" } else { "blah blah" }
130
}
131
132
133
- Context "When a close brace should be follow a new line" {
+ Context "When a close brace should be followed by a new line" {
134
BeforeAll {
135
$ruleConfiguration.'NoEmptyLineBefore' = $false
136
$ruleConfiguration.'IgnoreOneLineBlock' = $false
0 commit comments