anv: fix python whitespace warning
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
@@ -45,4 +45,4 @@ if __name__ == '__main__':
|
||||
}
|
||||
|
||||
with open(args.out, 'w') as f:
|
||||
json.dump(json_data, f, indent = 4, sort_keys=True, separators=(',', ': '))
|
||||
json.dump(json_data, f, indent=4, sort_keys=True, separators=(',', ': '))
|
||||
|
||||
Reference in New Issue
Block a user