Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestion about ES6 class function formatting #164
Comments
This comment has been minimized.
This comment has been minimized.
julien-f
commented
Jun 18, 2015
class Bug {
fix (author) {}
} |
This comment has been minimized.
This comment has been minimized.
|
Thank you for the answer |
ratson
closed this
Jun 18, 2015
lock
bot
locked as resolved and limited conversation to collaborators
May 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ratson commentedJun 18, 2015
standardreportsMissing space before function parentheses.for the following code,How should the above code be formatted?