atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Very minor cleanup #246

Closed 50Wliu closed 6 years ago

50Wliu commented 6 years ago

Requirements

Description of the Change

Basically:

Alternate Designs

None.

Benefits

Slight code cleanup. Execution should be slightly faster now that we're not shoving all the results from the for loop into an array and returning it.

Possible Drawbacks

None.

Applicable Issues

None.