Skip to content

Commit ab1872f

Browse files
authored
Merge pull request #59868 from Jager-yoo/fix-operator-format
[stdlib] Fix func signature spacing in Equatable.swift
2 parents a96ac17 + eaff73b commit ab1872f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Equatable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ extension Equatable {
217217
/// }
218218
/// }
219219
///
220-
/// func ==(lhs: IntegerRef, rhs: IntegerRef) -> Bool {
220+
/// func == (lhs: IntegerRef, rhs: IntegerRef) -> Bool {
221221
/// return lhs.value == rhs.value
222222
/// }
223223
///

0 commit comments

Comments
 (0)