mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 09:04:47 -05:00
Formatting fixes
This commit is contained in:
@ -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)
|
||||
|
@ -56,7 +56,7 @@ function Invoke-WPFImpex {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Invoke-WPFPresets -preset $flattenedJson -imported $true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user