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

Reformat the comments in backend #20

Merged
merged 1 commit into from
Oct 30, 2021

Conversation

cireneirbo
Copy link
Contributor

Pull Request Template

Description

This is a pull request intended to address the issue regarding the backend comments (18).
I opted for changing all single line comments to:

// Comment

And to change all multiple lined comments to:

/*
    Comment 1
    Comment 2
*/

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Copy link
Member

@vallezw vallezw left a comment

Choose a reason for hiding this comment

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

Alright, looks all good to me! Thank you very much for contributing and doing that issue.

@vallezw vallezw merged commit ea3e3f0 into SheetAble:master Oct 30, 2021
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