mirror of
https://github.com/github/semantic.git
synced 2025-01-02 20:41:38 +03:00
🔥 redundant parens.
This commit is contained in:
parent
f3cf3cb1d1
commit
76002f08c0
@ -126,7 +126,7 @@ mapToInSummarizable sources diff children = case (beforeTerm diff, afterTerm dif
|
|||||||
where
|
where
|
||||||
mapToInSummarizable' :: Source -> SyntaxTerm leaf fields -> TOCSummary DiffInfo -> TOCSummary DiffInfo
|
mapToInSummarizable' :: Source -> SyntaxTerm leaf fields -> TOCSummary DiffInfo -> TOCSummary DiffInfo
|
||||||
mapToInSummarizable' source term summary =
|
mapToInSummarizable' source term summary =
|
||||||
case (parentInfo summary) of
|
case parentInfo summary of
|
||||||
NotSummarizable | isSummarizable term ->
|
NotSummarizable | isSummarizable term ->
|
||||||
summary { parentInfo = InSummarizable (category (extract term)) (toTermName 0 source term) (sourceSpan (extract term)) }
|
summary { parentInfo = InSummarizable (category (extract term)) (toTermName 0 source term) (sourceSpan (extract term)) }
|
||||||
_ -> summary
|
_ -> summary
|
||||||
|
Loading…
Reference in New Issue
Block a user