Skip to content

Commit 36573ec

Browse files
committed
Resolve merge conflict
1 parent 60476ab commit 36573ec

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: ghcide/src/Development/IDE/Plugin/CodeAction.hs

+1-4
Original file line numberDiff line numberDiff line change
@@ -860,10 +860,7 @@ suggestInstanceConstraint df (L _ HsModule {hsmodDecls}) Diagnostic {..} missing
860860
= Nothing
861861

862862
readPositionNumber :: T.Text -> Int
863-
readPositionNumber = T.unpack
864-
865-
866-
read
863+
readPositionNumber = T.unpack >>> read
867864

868865
actionTitle :: T.Text -> T.Text
869866
actionTitle constraint = "Add `" <> constraint

0 commit comments

Comments
 (0)