Skip to content

Commit 9f9251b

Browse files
author
Troy Melhase
committed
Bulk whitespace cleanup.
1 parent 6661f48 commit 9f9251b

File tree

14 files changed

+913
-921
lines changed

14 files changed

+913
-921
lines changed

java2python/compiler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def transformAST(tree, config):
3434
""" Walk the tree and apply the transforms in the config. """
3535
for selector, call in config.last('astTransforms', ()):
3636
for node in selector.walk(tree):
37-
call(node, config)
37+
call(node, config)

0 commit comments

Comments
 (0)