mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
Minor code cleanup
This commit is contained in:
@@ -30,7 +30,7 @@ private object TestScriptParser {
|
||||
|
||||
import TestScriptParser._
|
||||
class TestScriptParser(handlers: Map[Char, StatementHandler]) extends RegexParsers {
|
||||
require(!handlers.isEmpty)
|
||||
require(handlers.nonEmpty)
|
||||
override def skipWhitespace = false
|
||||
|
||||
import IO.read
|
||||
|
||||
Reference in New Issue
Block a user