Skip to content

Commit 5fa0769

Browse files
committed
Keep launch entrypoint within architecture limit
Remove non-semantic whitespace so the source remains at the repository physical-line limit enforced by CI.
1 parent 45b9ae9 commit 5fa0769

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cli/dispatcher/internal/dispatcher/launch.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ func unityExecutableCandidates(version string) []string {
441441
return []string{}
442442
}
443443
}
444-
445444
func windowsUnityExecutableCandidates(version string) []string {
446445
candidates := []string{}
447446
for _, base := range []string{
@@ -457,7 +456,6 @@ func windowsUnityExecutableCandidates(version string) []string {
457456
}
458457
return candidates
459458
}
460-
461459
func readUnityEditorVersion(projectRoot string) (string, error) {
462460
content, err := os.ReadFile(filepath.Join(projectRoot, projectVersionFilePath))
463461
if err != nil {

0 commit comments

Comments
 (0)