ful1e5 / apple_cursor

Free & Open source macOS Cursors.
GNU General Public License v3.0
1.22k stars 63 forks source link

Replace for loop with list comprehension #58

Closed monosans closed 3 years ago

monosans commented 3 years ago

What kind of change does this PR introduce?

Refactor/code quality improvement.

What is the current behavior?

foo.append() is used.

What is the new behavior?

List comprehension.

What steps did you take to test this? This is required before I can merge, make sure to test the flow you've updated.

Testing is not necessary as the changes are dead simple.

Checklist