ci: fix swiftformat

This commit is contained in:
Peter Steinberger
2025-12-18 12:50:59 +01:00
parent 256f0fc765
commit dda6d7f9e1
3 changed files with 10 additions and 4 deletions

View File

@@ -226,7 +226,9 @@ final class CanvasManager {
}
private static func hasBundledA2UIShell() -> Bool {
guard let base = ClawdisKitResources.bundle.resourceURL?.appendingPathComponent("CanvasA2UI", isDirectory: true) else {
guard let base = ClawdisKitResources.bundle.resourceURL?
.appendingPathComponent("CanvasA2UI", isDirectory: true)
else {
return false
}
let index = base.appendingPathComponent("index.html", isDirectory: false)