Skip to content

Commit 56feccc

Browse files
paulb777andrewheard
authored andcommitted
[vertex-ai] Fix for SwiftFormat 0.53.5 (#12683)
1 parent aa18e59 commit 56feccc

File tree

1 file changed

+1
-0
lines changed
  • FirebaseVertexAI/Sample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents

1 file changed

+1
-0
lines changed

FirebaseVertexAI/Sample/GenerativeAIUIComponents/Sources/GenerativeAIUIComponents/InputField.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// limitations under the License.
1414

1515
import SwiftUI
16+
1617
public struct InputField<Label>: View where Label: View {
1718
@Binding
1819
private var text: String

0 commit comments

Comments
 (0)