evaera / RoVer

This repo is RoVer V1, which is now deprecated and will no longer work. Get Rover V2 now: https://rover.link
https://rover.link
Apache License 2.0
145 stars 201 forks source link

Fixed misplaced semicolon #364

Closed optimisticside closed 2 years ago

Rythian2277 commented 2 years ago

What does this change in the code aside from a simple grammar fix and does this make any impact to the performance of the bot?

evaera commented 2 years ago

The semicolon is not misplaced. We use Prettier to format all of our code automatically, and thus do not have to think about problems like this. It's conventional to place a semicolon before the line that needs it when your line starts with a brace. You'll note that the rest of the repo does not normally use semicolons, only when they are necessary to disambiguate syntax.