Merge pull request #1130 from deltaskelta/patch-1

fix goimports typo in registry
This commit is contained in:
w0rp
2017-11-15 11:35:51 +00:00
committed by GitHub

View File

@@ -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',