Skip to content

Commit 14576fd

Browse files
Remove unnecessary end comment for result check in outputs.ps1
1 parent 98dd1ef commit 14576fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/outputs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ try {
4646
$output.Value | Format-List | Out-String
4747
}
4848
}
49-
} # end if ($result)
49+
}
5050

5151
& "$PSScriptRoot/ratelimit.ps1"
5252

0 commit comments

Comments
 (0)