Skip to content

Commit 5a27645

Browse files
committed
fix:lint
1 parent de90bbc commit 5a27645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/TreeSitter/TreeSitterExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ final package class TreeSitterExecutor {
124124
queuedTasks.append(QueueItem(task: task, id: id, priority: priority))
125125
}
126126

127-
func exec<T>(_ priority: Priority = .access, operation: @escaping () -> T) async throws -> T{
127+
func exec<T>(_ priority: Priority = .access, operation: @escaping () -> T) async throws -> T {
128128
return try await withCheckedThrowingContinuation { continuation in
129129
execAsync(priority: priority) {
130130
continuation.resume(returning: operation())

0 commit comments

Comments
 (0)