mirror of https://github.com/dense-analysis/ale
fix goimports typo in registry
This commit is contained in:
parent
48be035da8
commit
a36129eab0
|
@ -110,7 +110,7 @@ let s:default_registry = {
|
|||
\ 'goimports': {
|
||||
\ 'function': 'ale#fixers#goimports#Fix',
|
||||
\ 'suggested_filetypes': ['go'],
|
||||
\ 'description': 'Fix Go files imports with go fmt.',
|
||||
\ 'description': 'Fix Go files imports with goimports.',
|
||||
\ },
|
||||
\ 'tslint': {
|
||||
\ 'function': 'ale#fixers#tslint#Fix',
|
||||
|
|
Loading…
Reference in New Issue