File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments