Skip to content
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

Solidity style fixes to multi-issuer contracts #243

Merged
merged 7 commits into from
Jan 11, 2019
Merged

Conversation

walkerq
Copy link
Contributor

@walkerq walkerq commented Jan 9, 2019

Wraps lines at 80 columns per Solidity style guide. Also uses double quotes in import statements.

Copy link
Contributor

@eztierney eztierney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - can you change all the modifiers to be on their own line?

contracts/minting/Controller.sol Outdated Show resolved Hide resolved
@walkerq
Copy link
Contributor Author

walkerq commented Jan 11, 2019

Addressed your comment @eztierney. Also removed unnecessary ./from Ownable import, and moved visibility modifiers before other modifiers, according to the style guide.

@eztierney
Copy link
Contributor

Fixes
#255
#256
#266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants