Skip to content

Commit e659cb9

Browse files
committed
Fix formatting
1 parent e9f4556 commit e659cb9

File tree

1 file changed

+1
-1
lines changed
  • Cabal/src/Distribution/Simple

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/Glob.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,6 @@ splitConstantPrefix = unfoldr' step
339339
step (GlobFinal pat) = Left pat
340340

341341

342-
isRecursiveInRoot :: Glob ->Bool
342+
isRecursiveInRoot :: Glob -> Bool
343343
isRecursiveInRoot (GlobFinal (FinalMatch Recursive _ _)) = True
344344
isRecursiveInRoot _ = False

0 commit comments

Comments
 (0)