Qbox-project / qbx_core

http://qbox-project.github.io
Other
46 stars 113 forks source link

refactor: format strings using colon syntax #401

Closed mafewtm closed 4 months ago

mafewtm commented 4 months ago

Description

We currently have a mix of string.format, colon syntax formatting, and just normal concatenation. This just standardizes the colon syntax over the other usages.

Checklist