Skip to content

Commit f42c7bc

Browse files
author
Aurélien 'Bubu' Busi
committed
fix(ident): fix mismatch identation.
1 parent 6a3693f commit f42c7bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ast/ast.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ def print_ast(lang_module, input_file):
5656
lang = sys.argv[1]
5757

5858
try:
59-
if sys.version_info >= (3,0):
60-
lang = "%s_py3" % lang
59+
if sys.version_info >= (3,0):
60+
lang = "%s_py3" % lang
6161
except:
62-
pass
62+
pass
6363

6464
filename = sys.argv[2]
6565

0 commit comments

Comments
 (0)