diff options
author | Jonathan Clem <jonathan@jclem.net> | 2017-07-21 16:09:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 16:09:45 -0400 |
commit | 6d732b9fb483241c1fcf70e211255a12c0f19100 (patch) | |
tree | 1c5aecc0c9fea74390be4d742a9f5759762bd59e /ale_linters | |
parent | 710c3ee3d29b2a865a040b0b776e8f79db449df0 (diff) | |
download | ale-6d732b9fb483241c1fcf70e211255a12c0f19100.zip |
Remove trailing whitespace in tslint.vim
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/typescript/tslint.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/typescript/tslint.vim b/ale_linters/typescript/tslint.vim index fe56d332..80b420d6 100644 --- a/ale_linters/typescript/tslint.vim +++ b/ale_linters/typescript/tslint.vim @@ -45,7 +45,7 @@ function! ale_linters#typescript#tslint#BuildLintCommand(buffer) abort let l:tslint_config_option = !empty(l:tslint_config_path) \ ? ' -c ' . ale#Escape(l:tslint_config_path) \ : '' - + let l:tslint_rules_dir = ale#Var(a:buffer, 'typescript_tslint_rules_dir') let l:tslint_rules_option = !empty(l:tslint_rules_dir) |