-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
all: run fmt -w .
to prevent warning msgs
#67
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest that the formatting specific to import statements that I have commented be removed.
You absolutely right, problems could appear if path to module is changed. :) Should be ok now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Had to bump the version in your branch since the formatting will break previous language version
Tests are green now. LGTM! |
format all files, to get rid of V's warnings (attribute new syntax)