Skip to content

Commit 9bfb63c

Browse files
committed
formatting
1 parent 676f3f1 commit 9bfb63c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Tests/Integration/DSR_KeyValuePairFile.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ try
3636
$script:testSecretCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList ('Dummy', $script:testSecureSecret)
3737

3838
$script:fileEncodingParameters = @{
39-
Path = $script:testTextFile
39+
Path = $script:testTextFile
4040
Encoding = 'ASCII'
4141
}
4242

Tests/Integration/DSR_ReplaceText.Integration.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ try
3838
$script:testSecretCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList ('Dummy', $script:testSecureSecretReplace)
3939

4040
$script:fileEncodingParameters = @{
41-
Path = $script:testTextFile
41+
Path = $script:testTextFile
4242
Encoding = 'ASCII'
4343
}
4444

Tests/Unit/DSR_KeyValuePairFile.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ try
4141
$script:testSecretCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList ('Dummy', $script:testSecureSecret)
4242

4343
$script:fileEncodingParameters = @{
44-
Path = $script:testTextFile
44+
Path = $script:testTextFile
4545
Encoding = 'ASCII'
4646
}
4747

Tests/Unit/DSR_ReplaceText.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ try
4343
$script:testSecretCredential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList ('Dummy', $script:testSecureSecretReplace)
4444

4545
$script:fileEncodingParameters = @{
46-
Path = $script:testTextFile
46+
Path = $script:testTextFile
4747
Encoding = 'ASCII'
4848
}
4949

0 commit comments

Comments
 (0)