Add frozen string literal comment to files.
This commit is contained in:
parent
94bba5f710
commit
1f08770d1a
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'omniauth-oauth2'
|
||||
|
||||
module ::OmniAuth
|
||||
|
|
Loading…
Reference in New Issue