Merge pull request #76097 from jeongHunE/main

[stdlib] Fix the indentation from 1 space to 2 spaces in ArraySlice.s…
This commit is contained in:
Alejandro Alonso
2024-09-02 21:22:55 -07:00
committed by GitHub

View File

@@ -146,7 +146,7 @@ extension ArraySlice {
@_semantics("array.props.isNativeTypeChecked") @_semantics("array.props.isNativeTypeChecked")
public // @testable public // @testable
func _hoistableIsNativeTypeChecked() -> Bool { func _hoistableIsNativeTypeChecked() -> Bool {
return _buffer.arrayPropertyIsNativeTypeChecked return _buffer.arrayPropertyIsNativeTypeChecked
} }
@inlinable @inlinable