Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyniec committed Jan 17, 2023
1 parent 161b2be commit c3e6a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Glob.hs
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,6 @@ splitConstantPrefix = unfoldr' step
step (GlobFinal pat) = Left pat


isRecursiveInRoot :: Glob ->Bool
isRecursiveInRoot :: Glob -> Bool
isRecursiveInRoot (GlobFinal (FinalMatch Recursive _ _)) = True
isRecursiveInRoot _ = False

0 comments on commit c3e6a03

Please sign in to comment.