ful1e5 / Bibata_Cursor

Open source, compact, and material designed cursor set.
https://www.bibata.live
GNU General Public License v3.0
2.01k stars 71 forks source link

Replace for loop with list comprehension #103

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