Skip to content

Commit adfe567

Browse files
committed
formatting
1 parent e399826 commit adfe567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

System/TPFS/Block.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ data BlockArray = BlockArray { blocks :: Array Word (BlockIndex)
4545

4646
-- | Reads a 'BlockArray' object from disk.
4747
--
48-
-- Please note that this makes no attempt to check whether
49-
-- the object being referenced is really a 'BlockArray'.
48+
-- Please note that this makes no attempt to check whether the object being
49+
-- referenced is really a 'BlockArray'.
5050
readBlockArray :: Device m h
5151
=> h
5252
-> Header

0 commit comments

Comments
 (0)