Skip to content

Commit 448596c

Browse files
authored
Merge pull request #75366 from kim-minseong/main
[stdlib][public][core] Fix indentation in `Array`
2 parents 2c63bf2 + d5bcdca commit 448596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Array.swift

+1-1
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)