Skip to content

Commit 9b8919d

Browse files
Remove unnecessary blank line in main.ps1 for cleaner code formatting
1 parent ab58843 commit 9b8919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ foreach ($file in $files) {
5454
Missed = "$($jsonContent.CommandsMissedCount) commands"
5555
Files = "$($jsonContent.FilesAnalyzedCount) files"
5656
} | Format-Table -AutoSize | Out-String
57-
57+
5858
# --- Normalize file paths in CommandsMissed, CommandsExecuted, and FilesAnalyzed ---
5959
# 1. Normalize every "File" property in CommandsMissed
6060
foreach ($missed in $jsonContent.CommandsMissed) {

0 commit comments

Comments
 (0)