mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
indent module_function for rubocop
This commit is contained in:
parent
868276ce8e
commit
8aec5276bb
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module OmniAuth
|
|||
end
|
||||
|
||||
module Utils
|
||||
module_function
|
||||
module_function
|
||||
|
||||
def form_css
|
||||
"<style type='text/css'>#{OmniAuth.config.form_css}</style>"
|
||||
|
|
Loading…
Add table
Reference in a new issue