ful1e5 / fuchsia-cursor

First OpenSource port of FuchsiaOS's cursors for Linux and Windows.
GNU General Public License v3.0
94 stars 4 forks source link

Replace for loop with list comprehension #3

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