Fix some indentation

This commit is contained in:
w0rp 2017-07-09 15:50:36 +01:00
parent 025f3407d6
commit 47ff514878

View File

@ -40,7 +40,7 @@ function! ale_linters#ruby#rubocop#GetType(severity) abort
if a:severity ==? 'convention'
\|| a:severity ==? 'warning'
\|| a:severity ==? 'refactor'
return 'W'
return 'W'
endif
return 'E'