Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 12c70e8

Browse files
committed
Use standard style.
1 parent 4fd42de commit 12c70e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ChipInput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class ChipInput extends React.Component {
294294
handleKeyUp = (event) => {
295295
if (this.props.newChipKeyCodes.indexOf(event.keyCode) > 0 && this.state.keyPressed) {
296296
this.clearInput()
297-
} else{
297+
} else {
298298
this.setState({ inputValue: event.target.value })
299299
}
300300
}

0 commit comments

Comments
 (0)