Skip to content

Commit de48be6

Browse files
committed
fix format gaffe
1 parent eeddcf4 commit de48be6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseAI/Sources/PartsRepresentable.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public extension Part {
2929

3030
/// Enable an `Array` of ``PartsRepresentable`` values to be passed in as a single
3131
/// ``PartsRepresentable``.
32-
extension [PartsRepresentable]: PartsRepresentable {
32+
// swiftformat:disable:next typeSugar
33+
extension Array<PartsRepresentable>: PartsRepresentable {
3334
// Note: this is written as Array<T> instead of [T] because
3435
// devsite doesn't like it when a toc title begins with [].
3536
public var partsValue: [any Part] {

0 commit comments

Comments
 (0)