Fix some indentation
This commit is contained in:
parent
025f3407d6
commit
47ff514878
@ -40,7 +40,7 @@ function! ale_linters#ruby#rubocop#GetType(severity) abort
|
|||||||
if a:severity ==? 'convention'
|
if a:severity ==? 'convention'
|
||||||
\|| a:severity ==? 'warning'
|
\|| a:severity ==? 'warning'
|
||||||
\|| a:severity ==? 'refactor'
|
\|| a:severity ==? 'refactor'
|
||||||
return 'W'
|
return 'W'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
return 'E'
|
return 'E'
|
||||||
|
Loading…
Reference in New Issue
Block a user