Mar1789 / Mentorship-Capstone-Project

0 stars 0 forks source link

Ensure space between curly braces #3

Closed alisahq closed 3 months ago

alisahq commented 3 months ago

https://github.com/Mar1789/Mentorship-Capstone-Project/blob/a39cd68a3caa7f0105bcbf152df36ee2b62f74fc/Back-end/auth.js#L97

Please leave spaces between the curly braces in the code.

Mar1789 commented 3 months ago

So in this example, it should be: } else {

Let me know if I misunderstood so I can fix it in my code.

alisahq commented 3 months ago

Yes. You may also download any VS code auto-format related extensions to have your code automatically formatted.