Skip to content

Commit 027a95a

Browse files
authored
Merge pull request #76097 from jeongHunE/main
[stdlib] Fix the indentation from 1 space to 2 spaces in ArraySlice.s…
2 parents bcc40b4 + 193a306 commit 027a95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ArraySlice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ extension ArraySlice {
146146
@_semantics("array.props.isNativeTypeChecked")
147147
public // @testable
148148
func _hoistableIsNativeTypeChecked() -> Bool {
149-
return _buffer.arrayPropertyIsNativeTypeChecked
149+
return _buffer.arrayPropertyIsNativeTypeChecked
150150
}
151151

152152
@inlinable

0 commit comments

Comments
 (0)