Skip to content

Commit 869b396

Browse files
even brackets need spaces
1 parent 8c7fd7e commit 869b396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class UnitySetupInstance {
5555
# First we'll attempt to search for the version using the ivy.xml definitions for legacy editor compatibility.
5656
$ivy = Get-ChildItem -Path $path -Filter ivy.xml -Recurse -ErrorAction SilentlyContinue -Force | Select-Object -First 1
5757

58-
if ( Test-Path $ivy.FullName ){
58+
if ( Test-Path $ivy.FullName ) {
5959
[xml]$xmlDoc = Get-Content $ivy.FullName
6060
$version = $xmlDoc.'ivy-module'.info.unityVersion
6161
}

0 commit comments

Comments
 (0)