aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-04-11 12:05:39 +0200
committerJoris Guyonvarch2015-04-11 12:05:39 +0200
commit2f90280ae5059833b5e533e823b1c01338990cb1 (patch)
tree047d17baab306a12696eb286d59c9131aa3e951b /src
parent5977e1454d7738ddb086d37b20337e350e380790 (diff)
downloadad-listener-2f90280ae5059833b5e533e823b1c01338990cb1.tar.gz
ad-listener-2f90280ae5059833b5e533e823b1c01338990cb1.tar.bz2
ad-listener-2f90280ae5059833b5e533e823b1c01338990cb1.zip
Removing StringFormat
Diffstat (limited to 'src')
-rw-r--r--src/Utils/StringFormat.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Utils/StringFormat.hs b/src/Utils/StringFormat.hs
deleted file mode 100644
index 757f0e6..0000000
--- a/src/Utils/StringFormat.hs
+++ /dev/null
@@ -1,6 +0,0 @@
-module Utils.StringFormat
- ( formatParagraph
- ) where
-
-formatParagraph : String -> String
-formatParagraph = id