From 47ff5148786e6a9b761c9b23fd119a1121cd87dd Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 9 Jul 2017 15:50:36 +0100 Subject: Fix some indentation --- ale_linters/ruby/rubocop.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ale_linters/ruby/rubocop.vim') 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' -- cgit v1.2.3