Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 25, 2024
1 parent 422a42b commit c096466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/main/scala/sbt/internal/Act.scala
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ object Act {
end actParser0

private def queryOption: Parser[ProjectQuery] =
ProjectQuery.parser <~ Space <~ "/" <~ Space
ProjectQuery.parser <~ spacedSlash

private def applyQuery(
pairs: Seq[(ScopedKey[_], Seq[String])],
Expand Down

0 comments on commit c096466

Please sign in to comment.