Skip to content

Commit

Permalink
#290 chore: Delete unnecessary line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zaki-yama committed Apr 1, 2019
1 parent 6c20426 commit 9b3f81f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion stories/ButtonStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const stories = storiesOf('Button', module)
Disabled Neutral
</Button>
),

{ info: 'Neutral type button but disabled' }
)
.add(
Expand Down
1 change: 0 additions & 1 deletion stories/CheckboxStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ storiesOf('Checkbox', module)
<Checkbox label='Checkbox Label Two' value='2' />
</CheckboxGroup>
),

{ info: 'Checkbox control with required attribute' }
)
.add(
Expand Down
1 change: 0 additions & 1 deletion stories/DateInputStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ storiesOf('DateInput', module)
)
.add(
'With date format',

() => (
<DateInput
label='Date Input Label'
Expand Down
1 change: 0 additions & 1 deletion stories/DropdownButtonStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ const stories = storiesOf('DropdownButton', module)
)
.add(
'Left/Right icon',

() => (
<DropdownButton
type='icon-border'
Expand Down
1 change: 0 additions & 1 deletion stories/InputStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ storiesOf('Input', module)
.add(
'Read only (HTML)',
() => <Input label='Input Label' value='Read Only' htmlReadOnly />,

{
info:
'Input control with readOnly status (passsed to HTML <input> element)',
Expand Down
1 change: 0 additions & 1 deletion stories/NotificationStories.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ storiesOf('Notification', module)
</Notification>
);
},

{ info: 'Notification controlled with knobs' }
)
.add(
Expand Down

0 comments on commit 9b3f81f

Please sign in to comment.