swift format

This commit is contained in:
Nick Payne
2025-07-29 07:04:57 +01:00
parent b3b11c8649
commit d260c7824d
4 changed files with 16 additions and 17 deletions
+5 -5
View File
@@ -89,9 +89,9 @@ func translatePIDsToProcessObjects(_ pids: [Int32]) throws -> [AudioObjectID] {
}
extension String {
func print(to fileHandle: FileHandle) {
if let data = (self + "\n").data(using: .utf8) {
fileHandle.write(data)
}
func print(to fileHandle: FileHandle) {
if let data = (self + "\n").data(using: .utf8) {
fileHandle.write(data)
}
}
}
}