fix goimports typo in registry

This commit is contained in:
Jeff Willette
2017-11-15 09:40:40 +09:00
committed by GitHub
parent 48be035da8
commit a36129eab0

View File

@@ -110,7 +110,7 @@ let s:default_registry = {
\ 'goimports': { \ 'goimports': {
\ 'function': 'ale#fixers#goimports#Fix', \ 'function': 'ale#fixers#goimports#Fix',
\ 'suggested_filetypes': ['go'], \ 'suggested_filetypes': ['go'],
\ 'description': 'Fix Go files imports with go fmt.', \ 'description': 'Fix Go files imports with goimports.',
\ }, \ },
\ 'tslint': { \ 'tslint': {
\ 'function': 'ale#fixers#tslint#Fix', \ 'function': 'ale#fixers#tslint#Fix',