diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-09 15:50:36 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-09 15:50:36 +0100 |
commit | 47ff5148786e6a9b761c9b23fd119a1121cd87dd (patch) | |
tree | b115ed4a2405f431c6115d4deec1bb9133c36f00 | |
parent | 025f3407d68da712253e24a11b9acd0c7ae84ca8 (diff) | |
download | ale-47ff5148786e6a9b761c9b23fd119a1121cd87dd.zip |
Fix some indentation
-rw-r--r-- | ale_linters/ruby/rubocop.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/ruby/rubocop.vim b/ale_linters/ruby/rubocop.vim index 30aadd0c..e78ccd10 100644 --- a/ale_linters/ruby/rubocop.vim +++ b/ale_linters/ruby/rubocop.vim @@ -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' |