Merge pull request #6047 from eatkins/scripted-whitespace

Remove unnecessary newline
This commit is contained in:
eugene yokota 2020-11-03 06:52:14 -05:00 committed by GitHub
commit be99299fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -57,8 +57,7 @@ final class ScriptedTests(
val result = testResources.readWriteResourceDirectory(g, n) { testDirectory =>
val buffer = new BufferedLogger(new FullLogger(log))
val singleTestRunner = () => {
val handlers =
createScriptedHandlers(testDirectory, buffer, prop)
val handlers = createScriptedHandlers(testDirectory, buffer, prop)
val runner = new BatchScriptRunner
val states = new mutable.HashMap[StatementHandler, StatementHandler#State]()
try commonRunTest(label, testDirectory, prescripted, handlers, runner, states, buffer)