Skip to content

Commit 63c1842

Browse files
Fix trailing whitespace in clean.ps1
Co-authored-by: MariusStorhaug <[email protected]>
1 parent e5ec6ee commit 63c1842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clean.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (-not $preserveCredentials) {
1313
if (-not (Get-Module -Name GitHub -ErrorAction SilentlyContinue)) {
1414
Import-Module -Name GitHub -ErrorAction SilentlyContinue
1515
}
16-
16+
1717
# Disconnect GitHub account if the module and function are available
1818
if (Get-Command Disconnect-GitHubAccount -ErrorAction SilentlyContinue) {
1919
Disconnect-GitHubAccount

0 commit comments

Comments
 (0)