Skip to content

Commit fc48a8d

Browse files
committed
fix: add missing whitespace in MARK comment
1 parent 972ac6f commit fc48a8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

stdlib/public/core/Span/RawSpan.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ extension RawSpan {
304304
}
305305
}
306306

307-
//MARK: extracting sub-spans
307+
// MARK: extracting sub-spans
308308
@_disallowFeatureSuppression(NonescapableTypes)
309309
@available(SwiftStdlib 6.1, *)
310310
extension RawSpan {
@@ -479,7 +479,7 @@ extension RawSpan {
479479
}
480480
}
481481

482-
//MARK: load
482+
// MARK: load
483483
@_disallowFeatureSuppression(NonescapableTypes)
484484
@available(SwiftStdlib 6.1, *)
485485
extension RawSpan {
@@ -633,7 +633,7 @@ extension RawSpan {
633633
}
634634
}
635635

636-
//MARK: one-sided slicing operations
636+
// MARK: one-sided slicing operations
637637
@_disallowFeatureSuppression(NonescapableTypes)
638638
@available(SwiftStdlib 6.1, *)
639639
extension RawSpan {

stdlib/public/core/Span/Span.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ extension Span where Element: BitwiseCopyable {
529529
}
530530
}
531531

532-
//MARK: sub-spans
532+
// MARK: sub-spans
533533
@_disallowFeatureSuppression(NonescapableTypes)
534534
@available(SwiftStdlib 6.1, *)
535535
extension Span where Element: ~Copyable {
@@ -645,7 +645,7 @@ extension Span where Element: ~Copyable {
645645
}
646646
}
647647

648-
//MARK: UnsafeBufferPointer access hatch
648+
// MARK: UnsafeBufferPointer access hatch
649649
@_disallowFeatureSuppression(NonescapableTypes)
650650
@available(SwiftStdlib 6.1, *)
651651
extension Span where Element: ~Copyable {
@@ -740,7 +740,7 @@ extension Span where Element: ~Copyable {
740740
}
741741
}
742742

743-
//MARK: prefixes and suffixes
743+
// MARK: prefixes and suffixes
744744
@_disallowFeatureSuppression(NonescapableTypes)
745745
@available(SwiftStdlib 6.1, *)
746746
extension Span where Element: ~Copyable {

0 commit comments

Comments
 (0)