From bc00250f90ea60c3e09a5065302c5a1f62f58b0d Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:07:57 -0800 Subject: [PATCH] Run make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/005-tilegrid/add_tdb.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fuzzers/005-tilegrid/add_tdb.py b/fuzzers/005-tilegrid/add_tdb.py index 974a59e2..45875463 100644 --- a/fuzzers/005-tilegrid/add_tdb.py +++ b/fuzzers/005-tilegrid/add_tdb.py @@ -117,9 +117,7 @@ def run(fn_in, fn_out, verbose=False): localutil.add_tile_bits(tile, tilej, frame, wordidx, frames, words) # Save - xjson.pprint( - open(fn_out, "w"), - database) + xjson.pprint(open(fn_out, "w"), database) def main():