From 9140544176bed0814ba41abfd5fc3d49681c129a Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Mon, 5 Nov 2012 01:34:06 -0800 Subject: [PATCH] I'm tired of seeing this garbage in the changelog --- Shpell/Analytics.hs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Shpell/Analytics.hs b/Shpell/Analytics.hs index 1f01356..c8d3cbe 100644 --- a/Shpell/Analytics.hs +++ b/Shpell/Analytics.hs @@ -14,16 +14,16 @@ checkList l t m = foldl (\x f -> f t x) m l runBasicAnalysis f t m = snd $ runState (doAnalysis f t) m basicChecks = [ - checkUuoc, - checkForInQuoted, - checkForInLs, - checkMissingForQuotes, - checkUnquotedExpansions, - checkRedirectToSame, - checkShorthandIf, - checkForInDollarStar, - checkUnquotedDollarAt, - checkStderrRedirect + checkUuoc + ,checkForInQuoted + ,checkForInLs + ,checkMissingForQuotes + ,checkUnquotedExpansions + ,checkRedirectToSame + ,checkShorthandIf + ,checkForInDollarStar + ,checkUnquotedDollarAt + ,checkStderrRedirect ] modifyMap = modify