Skip to content

Commit 6fbacef

Browse files
committed
style: whitespace errors
1 parent 7386ea5 commit 6fbacef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/date-time-picker-fields.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ export class DateTimePickerFields extends GridLayout {
104104

105105
/**
106106
* Gets or sets a value that indicates whether the time should be assigned a value as soon as date is picked.
107-
*
107+
*
108108
* @default false
109109
*/
110110
autoPickTime: boolean;
111111

112112
/**
113113
* Gets or sets a value that indicates whether the date and time components should be on the same row or not.
114114
* Default value is horizontal, meaning that the two fields will be on the same row.
115-
*
115+
*
116116
* @default horizontal
117117
*/
118118
orientation: Orientation;

0 commit comments

Comments
 (0)