nate-gray / KiL

0 stars 0 forks source link

If else statements must use curly braces #44

Closed nate-gray closed 6 years ago

nate-gray commented 6 years ago

This is more of a housekeeping issue to make sure our code is formatted properly so it is easier to read. All If else statements should use the opening and closing curly brackets. In our code, we have some else statements that are missing the curly brackets.

Waterski24 commented 6 years ago

handled in my latest pull request