chore(ci): fix biome + swiftformat lint

This commit is contained in:
Josh Palmer
2025-12-20 19:01:59 +01:00
committed by Peter Steinberger
parent 7d51bf0eb0
commit 483c0e4cea
3 changed files with 15 additions and 16 deletions

View File

@@ -50,9 +50,8 @@ enum GatewayLaunchAgentManager {
private static func writePlist(bundlePath: String, port: Int) {
let gatewayBin = self.gatewayExecutablePath(bundlePath: bundlePath)
let relayDir = self.relayDir(bundlePath: bundlePath)
let preferredPath =
([relayDir] + CommandResolver.preferredPaths())
.joined(separator: ":")
let preferredPath = ([relayDir] + CommandResolver.preferredPaths())
.joined(separator: ":")
let plist = """
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">