Skip to content

Commit 193a306

Browse files
authored
[stdlib] Fix the indentation from 1 space to 2 spaces in ArraySlice.swift
1 parent 5080628 commit 193a306

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)