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

Remove unnecessary semi-colon #347 #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dezhanglee
Copy link
Contributor

@dezhanglee dezhanglee commented Dec 15, 2019

Fixes #347

This PR removes a redundant ; from the Command class.

@canihasreview
Copy link

canihasreview bot commented Dec 15, 2019

Click here to submit a new iteration when this PR is ready for review.

See this repository's contribution guide for more information.

@canihasreview
Copy link

canihasreview bot commented Dec 15, 2019

v1

@dezhanglee submitted v1 for review.

(📚 Archive)

Checkout this PR version locally
git fetch https://github.com/se-edu/addressbook-level2.git refs/pr/512/1/head:BRANCHNAME

where BRANCHNAME is the name of the local branch you wish to fetch this PR to.

@j-lum j-lum changed the title Fixes issue #347 Remove unnecessary semi-colon #347 Dec 16, 2019
@j-lum
Copy link
Member

j-lum commented Dec 16, 2019

@dezhanglee You might want to check out the contributor's guide section on commit messages.
The subject line of the commit message should be written in the correct tense. The changes made in the commit should be obvious to the reader even if they are not on github.

You can look through previously merged PRs for examples.

@dezhanglee
Copy link
Contributor Author

hi @j-lum , is my commit message ok now?

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

Successfully merging this pull request may close these issues.

command.java: Remove unnecessary ; at the end of function
2 participants