Skip to content

Commit 39b4200

Browse files
committed
Cleanup
1 parent 8073026 commit 39b4200

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ios/Sources/GutenbergKit/Sources/Service/EditorService.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,8 @@ actor EditorService {
385385
}
386386
return data
387387
}
388-
389388
}
390389

391-
// MARK: - Result Extension
392-
393390
private extension Result {
394391
init(catching body: () async throws -> Success) async where Failure == Error {
395392
do {
@@ -399,4 +396,3 @@ private extension Result {
399396
}
400397
}
401398
}
402-

0 commit comments

Comments
 (0)