Skip to content

Commit 30f0bf7

Browse files
committed
Fix formatting
Signed-off-by: Jeff Goeders <[email protected]>
1 parent 8ae4450 commit 30f0bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_quick_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
parser.add_argument("-j", "--jobs", type=int, default=1, help="Number of processes to use")
1010
args = parser.parse_args()
1111

12-
subprocess.run( ["./run_reg_test.py", "vtr_reg_basic", "-j", str(args.jobs)], check=True)
12+
subprocess.run(["./run_reg_test.py", "vtr_reg_basic", "-j", str(args.jobs)], check=True)

0 commit comments

Comments
 (0)