Skip to content

Commit 36b98ce

Browse files
committed
Fixes bad merge
1 parent 177d306 commit 36b98ce

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-refactor-plugin/src/Development/IDE/Plugin

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ suggestConstraint df ps diag@Diagnostic {..}
12571257
#endif
12581258
codeAction = if _message =~ ("the type signature for:" :: String)
12591259
then suggestFunctionConstraint df parsedSource
1260-
else suggestInstanceConstraint df parsedSource
1260+
else suggestInstanceConstraint parsedSource
12611261
in codeAction diag missingConstraint
12621262
| otherwise = []
12631263
where

0 commit comments

Comments
 (0)