Skip to content

Commit cc86bc7

Browse files
committed
Remove preceding white space
1 parent 7ac5faf commit cc86bc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin

plugins/hls-refactor-plugin/src/Development/IDE/Plugin/CodeAction.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ suggestDeleteUnusedBinding
622622
concatMap (findSig . reLoc) hsmodDecls
623623
_ -> concatMap (findRelatedSpanForMatch indexedContent name) matches
624624
(L (EpAnn (EpaSpan (RealSrcSpan lname _)) _ c) (SigD _ bind))
625-
-> bind `seq` [toRange $ joinComms (commsToList c) lname]
625+
-> [extendForDeletion indexedContent $ bind `seq` toRange $ joinComms (commsToList c) lname]
626626
_ -> decl `seq` []
627627

628628
extractNameAndMatchesFromFunBind

0 commit comments

Comments
 (0)