Skip to content

Commit e583aa8

Browse files
committed
fix: Linting for binary file.
1 parent 8c84f81 commit e583aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataFrame/Lazy/IO/Binary.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
{-# LANGUAGE GADTs #-}
33
{-# LANGUAGE OverloadedStrings #-}
44
{-# LANGUAGE ScopedTypeVariables #-}
5-
{-# LANGUAGE TypeApplications #-}
65
{-# LANGUAGE StrictData #-}
6+
{-# LANGUAGE TypeApplications #-}
77

88
{- | Simple column-oriented binary spill format (DFBN).
99

0 commit comments

Comments
 (0)