changeset 74944 | 9b14491ca5c6 |
parent 73736 | a8ff6e4ee661 |
child 75382 | 81673c441ce3 |
--- a/src/Pure/Tools/phabricator.scala Wed Dec 15 19:30:57 2021 +0100 +++ b/src/Pure/Tools/phabricator.scala Wed Dec 15 19:39:02 2021 +0100 @@ -876,7 +876,7 @@ val hg, git, svn = Value def read(s: String): Value = try { withName(s) } - catch { case _: java.util.NoSuchElementException => error("Unknown vcs type " + quote(s)) } + catch { case _: java.util.NoSuchElementException => error("Unknown vcs type " + quote(s)) } } def edits(typ: String, value: JSON.T): List[JSON.Object.T] =