summaryrefslogtreecommitdiff
path: root/src/Storage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Storage.hs')
-rw-r--r--src/Storage.hs5
1 files changed, 3 insertions, 2 deletions
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 }