trailing whitespace

This commit is contained in:
Wang Xin 2022-08-10 17:24:06 +08:00
parent 8abb8e4bd4
commit 8a337f91a9
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ def run():
convertor.convert(val_size=args.val_size, test_size=args.test_size)
else:
convertor.convert_one(args.json_name)
return 0