https://material-ui.com/customization/css-in-js/#withstyles-styles-options-higher-order-component
The last line in the example code
export default withStyles(styles)(MyComponent);
withStyles API says
withStyles(styles, [options]) => higher-order component which does not contain two continuous bracketed components.
What syntax is used in withStyles()()