Remove the rest of the magic comments for file encoding

This commit is contained in:
Yuki Nishijima 2017-10-23 13:54:15 -04:00
parent f7da7cc9f3
commit 0ff8c3094d
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true
require "bundler/gem_tasks"

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
# frozen_string_literal: true
require 'test_helper'

View File

@ -1,4 +1,3 @@
# encoding: UTF-8
# frozen_string_literal: true
require 'test_helper'