Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0abcac7

Browse files
committed
Run stylish-haskell on changes
1 parent 2ba61a2 commit 0abcac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Semantic/Git.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ entryParser = AP.choice [entrySuccessParser, entryDefaultParser]
5858
-- in order to consume invalid input
5959
entryDefaultParser :: Parser TreeEntry
6060
entryDefaultParser = do
61-
_ <- AP.takeWhile (/= '\NUL')
61+
_ <- AP.takeWhile (/= '\NUL')
6262
pure $ nullTreeEntry
6363

6464
-- | Attoparsec parser for a single line of git ls-tree -rz output

0 commit comments

Comments
 (0)