Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Sep 23, 2024
1 parent fd2ac35 commit 0703935
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close-issue-command.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
else
gh issue close $ISSUE_NUMBER --repo ${{ github.repository }}
fi
- name: Reopen issue if conditions are met
if: env.reopen_command == 'true' && env.user == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
echo Reopening the issue...
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}
gh issue reopen $ISSUE_NUMBER --repo ${{ github.repository }}
2 changes: 1 addition & 1 deletion functions/private/Invoke-WinUtilMicroWin-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Test-CompatibleImage() {
function Get-FidoLangFromCulture {

param (
[Parameter(Mandatory, Position = 0)] [string] $langName
[Parameter(Mandatory, Position = 0)] [string]$langName
)

switch -Wildcard ($langName)
Expand Down
2 changes: 1 addition & 1 deletion functions/public/Invoke-WPFImpex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function Invoke-WPFImpex {
}
}
}

Invoke-WPFPresets -preset $flattenedJson -imported $true
}
}

0 comments on commit 0703935

Please sign in to comment.