Fix prettier integration, format (#31)
* Fix prettier integration, format * Reformat again
This commit is contained in:
@@ -5,8 +5,8 @@ import styles from './Separator.scss';
|
||||
class Separator extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<span className={ styles.separator }>
|
||||
·
|
||||
<span className={styles.separator}>
|
||||
·
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user