Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Feb 27, 2020
1 parent 7632b91 commit 1237856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myst_parser/ast_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def render(self, token, to_json=False):
Overrides super().render. Delegates the logic to get_ast.
"""
ast = ast_renderer.get_ast(token)
ast = get_ast(token)
if to_json:
return json.dumps(ast, indent=2) + "\n"
return ast
Expand Down

0 comments on commit 1237856

Please sign in to comment.