[Git][haskell-team/tools][master] Indent a do block

Clint Adams gitlab at salsa.debian.org
Thu Aug 2 05:08:56 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / tools


Commits:
18b3dd86 by Clint Adams at 2018-08-02T04:08:45Z
Indent a do block

- - - - -


1 changed file:

- binNMUs.hs


Changes:

=====================================
binNMUs.hs
=====================================
--- a/binNMUs.hs
+++ b/binNMUs.hs
@@ -179,13 +179,13 @@ presentBinNMUs conf cBinNMUs = do
         let binNMUs = map snd cBinNMUs
 
         unless (ignoreStatus s) $ do
-        putCLn $ statusHeader s
-        putStr $ alignAt " . "
-            [ (if actStatus s then "" else "# ") ++
-              formatNMU (distribution conf) nmu
-            | nmu <- sortBy (compare `on` (^. _1)) $
-                     groupNMUs conf binNMUs
-            ]
+            putCLn $ statusHeader s
+            putStr $ alignAt " . "
+                [ (if actStatus s then "" else "# ") ++
+                  formatNMU (distribution conf) nmu
+                | nmu <- sortBy (compare `on` (^. _1)) $
+                         groupNMUs conf binNMUs
+                ]
         when (actStatus s) $ for_ (mbPriority conf) $ \prio -> do
             putStr $ alignAt " . "
                 [ formatBP prio (distribution conf) nmu



View it on GitLab: https://salsa.debian.org/haskell-team/tools/commit/18b3dd8641000833053e63c7d73f2f3db010e7e3

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/tools/commit/18b3dd8641000833053e63c7d73f2f3db010e7e3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180802/c76e1719/attachment.html>


More information about the Pkg-haskell-commits mailing list