# HG changeset patch # User wenzelm # Date 1639593542 -3600 # Node ID 9b14491ca5c61b384cf0d7fcaa3d12611842220d # Parent afd8cb7b2be102b8d0b562cc2fb787556479077e tuned whitespace; diff -r afd8cb7b2be1 -r 9b14491ca5c6 src/Pure/Tools/phabricator.scala --- 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] =