Skip to content

Commit 8757fae

Browse files
committed
Remove some stray commas the API breakage test complains about
1 parent d2b78f8 commit 8757fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/System/IORequest.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ extension IORing.Request {
328328

329329
@inlinable public static func cancel(
330330
_ matchAll: CancellationMatch,
331-
matchingContext: UInt64,
331+
matchingContext: UInt64
332332
) -> IORing.Request {
333333
switch matchAll {
334334
case .all:
@@ -340,7 +340,7 @@ extension IORing.Request {
340340

341341
@inlinable public static func cancel(
342342
_ matchAll: CancellationMatch,
343-
matching: FileDescriptor,
343+
matching: FileDescriptor
344344
) -> IORing.Request {
345345
switch matchAll {
346346
case .all:
@@ -352,7 +352,7 @@ extension IORing.Request {
352352

353353
@inlinable public static func cancel(
354354
_ matchAll: CancellationMatch,
355-
matching: IORing.RegisteredFile,
355+
matching: IORing.RegisteredFile
356356
) -> IORing.Request {
357357
switch matchAll {
358358
case .all:

0 commit comments

Comments
 (0)