From 4c6b58f70c378434173991ad5edf23e9bc972bc2 Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 20 Aug 2017 13:37:21 +0100 Subject: Fix some indentation --- ale_linters/graphql/gqlint.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ale_linters') diff --git a/ale_linters/graphql/gqlint.vim b/ale_linters/graphql/gqlint.vim index 0b70abb0..882cc697 100644 --- a/ale_linters/graphql/gqlint.vim +++ b/ale_linters/graphql/gqlint.vim @@ -2,8 +2,8 @@ " Description: Linter for GraphQL Schemas call ale#linter#Define('graphql', { - \ 'name': 'gqlint', - \ 'executable': 'gqlint', - \ 'command': 'gqlint --reporter=simple %t', - \ 'callback': 'ale#handlers#unix#HandleAsWarning', +\ 'name': 'gqlint', +\ 'executable': 'gqlint', +\ 'command': 'gqlint --reporter=simple %t', +\ 'callback': 'ale#handlers#unix#HandleAsWarning', \}) -- cgit v1.2.3