Skip to content

Commit ae6b1f2

Browse files
loffgrenmilseman
andauthored
Remove space before inheritance colon
Co-authored-by: Michael Ilseman <michael.ilseman@gmail.com>
1 parent 47feb93 commit ae6b1f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/System/MachPort.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ public enum Mach {
9797
}
9898

9999
/// The MachPortRight type used to manage a receive right.
100-
public struct ReceiveRight : MachPortRight {}
100+
public struct ReceiveRight: MachPortRight {}
101101

102102
/// The MachPortRight type used to manage a send right.
103-
public struct SendRight : MachPortRight {}
103+
public struct SendRight: MachPortRight {}
104104

105105
/// The MachPortRight type used to manage a send-once right.
106106
///
@@ -109,7 +109,7 @@ public enum Mach {
109109
///
110110
/// Upon destruction a send-once notification will be sent to the
111111
/// receiving end.
112-
public struct SendOnceRight : MachPortRight {}
112+
public struct SendOnceRight: MachPortRight {}
113113

114114
/// Create a connected pair of rights, one receive, and one send.
115115
///

0 commit comments

Comments
 (0)