Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
kelloggm committed Jan 5, 2023
1 parent e722240 commit d5c9ce7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Empty file removed delete-me
Empty file.
1 change: 1 addition & 0 deletions do_like_javac/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

from . import arg, cache, log, tools


def output_json(filename, obj):
with open(filename, 'w') as f:
f.write(json.dumps(obj,
Expand Down
2 changes: 1 addition & 1 deletion do_like_javac/tools/jprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ def run(args, javac_commands, jars):
},
indent = 2,
separators = (',', ': ')
)));
));
1 change: 1 addition & 0 deletions do_like_javac/tools/jsoninv.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from . import common


def generate_json_invariants(args, out_dir):
filename = os.path.join(out_dir, 'invariants.xml')
if not os.path.exists(filename):
Expand Down

0 comments on commit d5c9ce7

Please sign in to comment.