Skip to content

Commit d5bcdca

Browse files
committed
fix indentation from 1 space to 2 spaces
1 parent 9a886c6 commit d5bcdca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Array.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ extension Array {
329329
@_effects(notEscaping self.**)
330330
public // @testable
331331
func _hoistableIsNativeTypeChecked() -> Bool {
332-
return _buffer.arrayPropertyIsNativeTypeChecked
332+
return _buffer.arrayPropertyIsNativeTypeChecked
333333
}
334334

335335
@inlinable

0 commit comments

Comments
 (0)