Skip to content

Commit 191a830

Browse files
🩹 [Patch]: Align formatting in Module.Configuration.ps1 for improved readability
1 parent 496b963 commit 191a830

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@{
2-
TestResult = @{
2+
TestResult = @{
33
Enabled = $true
44
}
55
CodeCoverage = @{
66
Enabled = $true
77
}
8-
Output = @{
8+
Output = @{
99
Verbosity = 'Detailed'
1010
}
1111
}

0 commit comments

Comments
 (0)