Skip to content

Commit

Permalink
Remove trailing white space
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffkoh authored Dec 10, 2018
1 parent 8e38dc7 commit 9f432d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export interface IDropdownProps extends ISelectableDroppableTextProps<IDropdown,
placeHolder?: string;

/**
* Options for the dropdown. If using `defaultSelectedKey` or `defaultSelectedKeys`, options must be
* pure for correct behavior.
* Options for the dropdown. If using `defaultSelectedKey` or `defaultSelectedKeys`, options must be
* pure for correct behavior.
*/
options: IDropdownOption[];

Expand Down

0 comments on commit 9f432d3

Please sign in to comment.