[API] PostNodeAsync funs, before refactoring
[gargantext.git] / src / Gargantext / Viz / Phylo / View / ViewMaker.hs
index c604f1c4c99706b33ad2c2de6dd091fca0f6bca7..69b138f13b6165a9e677a24730d1879511d0a8dd 100644 (file)
@@ -170,4 +170,4 @@ traceView pv = trace ("------------\n--| View |--\n------------\n\n"
                              <> show (percentile 75 (VS.fromList lst)) <> " (75%) "
                              <> show (percentile 90 (VS.fromList lst)) <> " (90%)\n") pv
   where 
-    lst = sort $ map (fromIntegral . length . snd) $ getNodesByBranches pv
\ No newline at end of file
+    lst = sort $ map (fromIntegral . length . snd) $ getNodesByBranches pv