Skip to content

Commit 7a96ee0

Browse files
committed
Fix missing newline at the end of the file
1 parent 624b2bf commit 7a96ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Tools/buildbot/test.bat‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ if %arg%=="-q" (set rt_opts=%rt_opts% %1) & shift & goto CheckOpts
5454
if %arg%=="+d" (set rt_opts=%rt_opts:-d=%) & shift & goto CheckOpts
5555
if %arg%=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
5656
if NOT %arg%=="" (set regrtest_args=%regrtest_args% %arg:#COMMA#=,%) & shift & goto CheckOpts
57-
goto:eof
57+
goto:eof

0 commit comments

Comments
 (0)