tuned whitespace;
authorwenzelm
Thu, 06 Apr 2017 14:41:56 +0200
changeset 65405 68f8a0dab28b
parent 65404 2b819faf45e9
child 65406 cc9e2f1f279d
tuned whitespace;
src/Pure/Thy/thy_info.scala
--- a/src/Pure/Thy/thy_info.scala	Thu Apr 06 14:32:56 2017 +0200
+++ b/src/Pure/Thy/thy_info.scala	Thu Apr 06 14:41:56 2017 +0200
@@ -56,9 +56,7 @@
     def + (thy: (Document.Node.Name, Position.T)): Dependencies =
     {
       val (name, _) = thy
-      new Dependencies(rev_deps, keywords, abbrevs,
-        seen + name,
-        seen_theory + (name.theory -> thy))
+      new Dependencies(rev_deps, keywords, abbrevs, seen + name, seen_theory + (name.theory -> thy))
     }
 
     def deps: List[Thy_Info.Dep] = rev_deps.reverse