Skip to content

[CLEANUP] Use single quotes for simple strings

Created by: oliverklee

This change fixes all instances of the following warning from Rubocop:

"Prefer single-quoted strings when you don't need string interpolation or special symbols."

Related: #97 (closed)

Merge request reports