Skip to content

Commit 00eb247

Browse files
committed
Match CI formatting for launch helpers
Preserve the function separator required by the CI Go formatter after extracting Unity executable resolution.
1 parent 3794a2f commit 00eb247

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/dispatcher/internal/dispatcher/launch.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ func unityExecutableCandidates(version string) []string {
441441
return []string{}
442442
}
443443
}
444+
444445
func killUnityProcess(pid int) error {
445446
process, err := os.FindProcess(pid)
446447
if err != nil {

0 commit comments

Comments
 (0)