money icon indicating copy to clipboard operation
money copied to clipboard

Remove redundant encoding

Open tagliala opened this issue 10 months ago • 0 comments

This magic comment is not needed anymore because the default encoding of source code files assumed by Ruby 2 is utf-8, and the minimum required Ruby version is 3.1

Autofixed with:

rubocop -a --only Style/Encoding

tagliala avatar Apr 23 '24 10:04 tagliala