1
1
mirror of https://github.com/github/semantic.git synced 2025-01-04 13:34:31 +03:00

🔥 redundant parens.

This commit is contained in:
Rob Rix 2018-07-03 13:47:07 -04:00
parent 0478787df4
commit 8152d01c6a

View File

@ -170,7 +170,7 @@ jsonParser :: Parser JSON.Term
jsonParser = DeterministicParser jsonASTParser JSON.assignment
jsonASTParser :: Parser (AST [] JSON.Grammar)
jsonASTParser = (ASTParser tree_sitter_json)
jsonASTParser = ASTParser tree_sitter_json
typescriptParser :: Parser TypeScript.Term
typescriptParser = AssignmentParser (ASTParser tree_sitter_typescript) TypeScript.assignment