Fix whitespace

This commit is contained in:
Michele Guerini Rocco 2014-12-13 01:05:02 +01:00
parent 73093e4e29
commit 7ec9fbe884

View File

@ -7,5 +7,4 @@ split _ [] = [[]]
split delim (c:cs)
| c == delim = [] : rest
| otherwise = (c : head rest) : tail rest
where
rest = split delim cs
where rest = split delim cs