From b7bcf8a3377bc3b847234baaf24fe6e46d7f85b7 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sat, 14 Jan 2017 14:05:02 +1100 Subject: Some code/style cleanup --- src/Storage.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Storage.hs') diff --git a/src/Storage.hs b/src/Storage.hs index 75b452b..2f0ed1c 100644 --- a/src/Storage.hs +++ b/src/Storage.hs @@ -16,8 +16,9 @@ import qualified Data.Vector.Unboxed.Mutable as Vec -data Store = Store { getPointer :: Vec.IOVector Int8 - , getBallotSize :: Int } +data Store = Store + { getPointer :: Vec.IOVector Int8 + , getBallotSize :: Int } -- cgit