mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user