santinic / how2

AI for the Command Line
https://how2terminal.com
MIT License
5.72k stars 156 forks source link

added semicolons, fixed variable re-declaration, quote consistency #62

Closed ksaldana1 closed 8 years ago

ksaldana1 commented 8 years ago

1) added missing semi-colons 2) moved variable declaration to top of function rather than redeclaring in if-else block. Was being hoisted to top of function anyway 3) changed double quotes to single quotes to match rest of program style