Skip to content

Commit f5a75eb

Browse files
Remove trailing space
1 parent 7219097 commit f5a75eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Custom Fields/CustomFieldEditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct CustomFieldEditorView: View {
2424
/// - value: The value for the custom field
2525
/// - isReadOnlyValue: Whether the value is read-only or not. To be used if the value is not string but JSON.
2626
/// - onSave: Closure to handle save action
27-
init(key: String,
27+
init(key: String,
2828
value: String,
2929
isReadOnlyValue: Bool = false,
3030
isCreatingNewField: Bool = false,

0 commit comments

Comments
 (0)