summaryrefslogtreecommitdiff
path: root/compiler/main/HscMain.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/main/HscMain.lhs')
-rw-r--r--compiler/main/HscMain.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/main/HscMain.lhs b/compiler/main/HscMain.lhs
index 50c92d3e3a..086f6e895a 100644
--- a/compiler/main/HscMain.lhs
+++ b/compiler/main/HscMain.lhs
@@ -1050,4 +1050,3 @@ showModuleIndex (Just (i,n)) = "[" ++ padded ++ " of " ++ n_str ++ "] "
i_str = show i
padded = replicate (length n_str - length i_str) ' ' ++ i_str
\end{code}
-