Skip to content

Commit 42f7796

Browse files
Formatting
1 parent d399348 commit 42f7796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/RichTextKit/Alignment/RichTextAlignment+Picker.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public extension RichTextAlignment {
1919
struct Picker: View {
2020
/**
2121
Create a rich text alignment picker.
22-
22+
2323
- Parameters:
2424
- selection: The binding to update with the picker.
2525
- values: The pickable alignments, by default `.allCases`.
@@ -33,10 +33,10 @@ public extension RichTextAlignment {
3333
}
3434

3535
let values: [RichTextAlignment]
36-
36+
3737
@Binding
3838
private var selection: RichTextAlignment
39-
39+
4040
public var body: some View {
4141
SwiftUI.Picker("", selection: $selection) {
4242
ForEach(RichTextAlignment.allCases) { value in

0 commit comments

Comments
 (0)