mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Fix some indentation
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user